#[repr(C)]pub struct bintime {
pub sec: time_t,
pub frac: __uint64_t,
}Fields§
§sec: time_t§frac: __uint64_tTrait Implementations§
Source§impl Ord for bintime
impl Ord for bintime
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for bintime
impl PartialOrd for bintime
impl Copy for bintime
impl Eq for bintime
impl StructuralPartialEq for bintime
Auto Trait Implementations§
impl Freeze for bintime
impl RefUnwindSafe for bintime
impl Send for bintime
impl Sync for bintime
impl Unpin for bintime
impl UnsafeUnpin for bintime
impl UnwindSafe for bintime
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