#[repr(C)]pub struct ibv_flow {
pub comp_mask: u32,
pub context: *mut ibv_context,
pub handle: u32,
}
Fields§
§comp_mask: u32
§context: *mut ibv_context
§handle: u32
Trait Implementations§
impl Copy for ibv_flow
Auto Trait Implementations§
impl Freeze for ibv_flow
impl RefUnwindSafe for ibv_flow
impl !Send for ibv_flow
impl !Sync for ibv_flow
impl Unpin for ibv_flow
impl UnwindSafe for ibv_flow
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