Struct ibverbs_sys::ibv_xrcd_init_attr
source · #[repr(C)]pub struct ibv_xrcd_init_attr {
pub comp_mask: u32,
pub fd: c_int,
pub oflags: c_int,
}Fields§
§comp_mask: u32§fd: c_int§oflags: c_intTrait Implementations§
source§impl Clone for ibv_xrcd_init_attr
impl Clone for ibv_xrcd_init_attr
source§fn clone(&self) -> ibv_xrcd_init_attr
fn clone(&self) -> ibv_xrcd_init_attr
Returns a copy 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 ibv_xrcd_init_attr
impl Debug for ibv_xrcd_init_attr
source§impl Default for ibv_xrcd_init_attr
impl Default for ibv_xrcd_init_attr
source§fn default() -> ibv_xrcd_init_attr
fn default() -> ibv_xrcd_init_attr
Returns the “default value” for a type. Read more
impl Copy for ibv_xrcd_init_attr
Auto Trait Implementations§
impl RefUnwindSafe for ibv_xrcd_init_attr
impl Send for ibv_xrcd_init_attr
impl Sync for ibv_xrcd_init_attr
impl Unpin for ibv_xrcd_init_attr
impl UnwindSafe for ibv_xrcd_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