Struct futex_waitv
#[repr(C)]
pub struct futex_waitv { pub val: __u64, pub uaddr: __u64, pub flags: __u32, /* private fields */ }
Fields
val: __u64uaddr: __u64flags: __u32
Trait Implementations
impl Clone for futex_waitv
fn clone(&self) -> futex_waitv
impl Copy for futex_waitv
impl Debug for futex_waitv
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for futex_waitv
impl Hash for futex_waitv
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for futex_waitv
fn eq(&self, other: &futex_waitv) -> bool
impl StructuralPartialEq for futex_waitv
Auto Trait Implementations
impl Freeze for futex_waitv
impl RefUnwindSafe for futex_waitv
impl Send for futex_waitv
impl Sync for futex_waitv
impl Unpin for futex_waitv
impl UnsafeUnpin for futex_waitv
impl UnwindSafe for futex_waitv
Blanket Implementations
impl<T> Any for futex_waitv
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for futex_waitv
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for futex_waitv
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for futex_waitv
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for futex_waitv
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for futex_waitv
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for futex_waitv
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for futex_waitv
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>