#[repr(C)]pub struct ibv_dmah {
pub context: *mut ibv_context,
}Fields§
§context: *mut ibv_contextTrait Implementations§
impl Copy for ibv_dmah
Auto Trait Implementations§
impl Freeze for ibv_dmah
impl RefUnwindSafe for ibv_dmah
impl !Send for ibv_dmah
impl !Sync for ibv_dmah
impl Unpin for ibv_dmah
impl UnwindSafe for ibv_dmah
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more