#[repr(C)]pub struct bintime {
pub sec: time_t,
pub frac: u64,
}Fields§
§sec: time_t§frac: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for bintime
impl RefUnwindSafe for bintime
impl Send for bintime
impl Sync for bintime
impl Unpin 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