#[repr(C)]pub struct ibv_ece {
pub vendor_id: u32,
pub options: u32,
pub comp_mask: u32,
}
Fields§
§vendor_id: u32
§options: u32
§comp_mask: u32
Trait Implementations§
impl Copy for ibv_ece
Auto Trait Implementations§
impl Freeze for ibv_ece
impl RefUnwindSafe for ibv_ece
impl Send for ibv_ece
impl Sync for ibv_ece
impl Unpin for ibv_ece
impl UnwindSafe for ibv_ece
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