#[repr(C)]pub struct nstime_t {
pub secs: time_t,
pub nsecs: c_int,
}Fields§
§secs: time_t§nsecs: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for nstime_t
impl RefUnwindSafe for nstime_t
impl Send for nstime_t
impl Sync for nstime_t
impl Unpin for nstime_t
impl UnwindSafe for nstime_t
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