#[repr(u8)]pub enum XilaTimeClockIdentifier {
Monotonic = 0,
Realtime = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for XilaTimeClockIdentifier
impl RefUnwindSafe for XilaTimeClockIdentifier
impl Send for XilaTimeClockIdentifier
impl Sync for XilaTimeClockIdentifier
impl Unpin for XilaTimeClockIdentifier
impl UnsafeUnpin for XilaTimeClockIdentifier
impl UnwindSafe for XilaTimeClockIdentifier
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