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