Struct emerald_kernel_user_link::clock::ClockTime
source · #[repr(C)]pub struct ClockTime {
pub seconds: u64,
pub nanoseconds: u32,
}
Fields§
§seconds: u64
§nanoseconds: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ClockTime
impl Send for ClockTime
impl Sync for ClockTime
impl Unpin for ClockTime
impl UnwindSafe for ClockTime
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