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: __u64
§uaddr: __u64
§flags: __u32
§__reserved: __u32
Trait Implementations§
source§impl Clone for futex_waitv
impl Clone for futex_waitv
source§fn clone(&self) -> futex_waitv
fn clone(&self) -> futex_waitv
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 more