Struct linux_raw_sys::general::futex_waitv  
source · [−]#[repr(C)]pub struct futex_waitv {
    pub val: __u64,
    pub uaddr: __u64,
    pub flags: __u32,
    pub __reserved: __u32,
}Fields
val: __u64uaddr: __u64flags: __u32__reserved: __u32Trait Implementations
sourceimpl Clone for futex_waitv
 
impl Clone for futex_waitv
sourcefn clone(&self) -> futex_waitv
 
fn clone(&self) -> futex_waitv
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for futex_waitv
 
impl Debug for futex_waitv
impl Copy for futex_waitv
Auto Trait Implementations
impl RefUnwindSafe for futex_waitv
impl Send for futex_waitv
impl Sync for futex_waitv
impl Unpin for futex_waitv
impl UnwindSafe for futex_waitv
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more