pub struct UmtxTime {
timeout: Duration,
abs_time: bool,
timeout_clock: TimeoutClock,
}
Expand description
Extended variant of the timespec
struct.
Fields§
§timeout: Duration
§abs_time: bool
§timeout_clock: TimeoutClock
Auto Trait Implementations§
impl Freeze for UmtxTime
impl RefUnwindSafe for UmtxTime
impl Send for UmtxTime
impl Sync for UmtxTime
impl Unpin for UmtxTime
impl UnwindSafe for UmtxTime
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes