#[repr(C)]pub struct _umtx_time {
pub _timeout: timespec,
pub _flags: u32,
pub _clockid: u32,
}Fields§
§_timeout: timespec§_flags: u32§_clockid: u32Trait Implementations§
Source§impl Clone for _umtx_time
impl Clone for _umtx_time
Source§fn clone(&self) -> _umtx_time
fn clone(&self) -> _umtx_time
Returns a duplicate 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 _umtx_time
impl Debug for _umtx_time
impl Copy for _umtx_time
Auto Trait Implementations§
impl Freeze for _umtx_time
impl RefUnwindSafe for _umtx_time
impl Send for _umtx_time
impl Sync for _umtx_time
impl Unpin for _umtx_time
impl UnwindSafe for _umtx_time
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