Struct io_uring::types::FutexWaitV
source · pub struct FutexWaitV(/* private fields */);
Expand description
Wrapper around futex_waitv
as used in futex_waitv
system
call.
Implementations§
Trait Implementations§
source§impl Clone for FutexWaitV
impl Clone for FutexWaitV
source§fn clone(&self) -> FutexWaitV
fn clone(&self) -> FutexWaitV
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 FutexWaitV
impl Debug for FutexWaitV
source§impl Default for FutexWaitV
impl Default for FutexWaitV
source§fn default() -> FutexWaitV
fn default() -> FutexWaitV
Returns the “default value” for a type. Read more
impl Copy for FutexWaitV
Auto Trait Implementations§
impl Freeze for FutexWaitV
impl RefUnwindSafe for FutexWaitV
impl Send for FutexWaitV
impl Sync for FutexWaitV
impl Unpin for FutexWaitV
impl UnwindSafe for FutexWaitV
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