#[repr(C)]pub struct efadv_qp_init_attr {
pub comp_mask: u64,
pub driver_qp_type: u32,
pub flags: u16,
pub sl: u8,
pub reserved: u8,
}Fields§
§comp_mask: u64§driver_qp_type: u32§flags: u16§sl: u8§reserved: u8Trait Implementations§
Source§impl Clone for efadv_qp_init_attr
impl Clone for efadv_qp_init_attr
Source§fn clone(&self) -> efadv_qp_init_attr
fn clone(&self) -> efadv_qp_init_attr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for efadv_qp_init_attr
impl Debug for efadv_qp_init_attr
Source§impl Default for efadv_qp_init_attr
impl Default for efadv_qp_init_attr
Source§fn default() -> efadv_qp_init_attr
fn default() -> efadv_qp_init_attr
Returns the “default value” for a type. Read more
impl Copy for efadv_qp_init_attr
Auto Trait Implementations§
impl Freeze for efadv_qp_init_attr
impl RefUnwindSafe for efadv_qp_init_attr
impl Send for efadv_qp_init_attr
impl Sync for efadv_qp_init_attr
impl Unpin for efadv_qp_init_attr
impl UnwindSafe for efadv_qp_init_attr
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