#[repr(u8)]pub enum Noref {
CLOCK_PROVIDED = 0,
CLOCK_DISABLED = 1,
}Variants§
CLOCK_PROVIDED = 0
The alternative reference clock is provided
CLOCK_DISABLED = 1
The alternative reference clock is not provided
Implementations§
Trait Implementations§
Source§impl Ord for Noref
impl Ord for Noref
Source§impl PartialOrd for Noref
impl PartialOrd for Noref
impl Copy for Noref
impl Eq for Noref
impl StructuralPartialEq for Noref
Auto Trait Implementations§
impl Freeze for Noref
impl RefUnwindSafe for Noref
impl Send for Noref
impl Sync for Noref
impl Unpin for Noref
impl UnwindSafe for Noref
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