Enum emerald_kernel_user_link::clock::ClockType
source · #[repr(C)]pub enum ClockType {
RealTime = 0,
SystemTime = 1,
}
Variants§
RealTime = 0
Real time clock, this follows the unix time
SystemTime = 1
Monotonic system time, this is based on the system time since boot
Trait Implementations§
impl Copy for ClockType
Auto Trait Implementations§
impl RefUnwindSafe for ClockType
impl Send for ClockType
impl Sync for ClockType
impl Unpin for ClockType
impl UnwindSafe for ClockType
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