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