#[repr(u8)]pub enum Unlock {
ENABLE = 0,
FREEZE = 1,
}Variants§
ENABLE = 0
Updates are allowed to all clock configuration registers
FREEZE = 1
Freezes all clock configuration registers update
Implementations§
Trait Implementations§
Source§impl Ord for Unlock
impl Ord for Unlock
Source§impl PartialOrd for Unlock
impl PartialOrd for Unlock
impl Copy for Unlock
impl Eq for Unlock
impl StructuralPartialEq for Unlock
Auto Trait Implementations§
impl Freeze for Unlock
impl RefUnwindSafe for Unlock
impl Send for Unlock
impl Sync for Unlock
impl Unpin for Unlock
impl UnwindSafe for Unlock
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