Enum Noref
pub enum Noref {
_0 = 0,
_1 = 1,
}Expand description
Indicates whether the device provides a reference clock to the processor
Value on reset: 1
Variants§
Trait Implementations§
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