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 moresource§impl 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§
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