Enum Frz
pub enum Frz {
_0 = 0,
_1 = 1,
}Expand description
Freeze Enable
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Frz
impl Eq for Frz
impl StructuralPartialEq for Frz
Auto Trait Implementations§
impl Freeze for Frz
impl RefUnwindSafe for Frz
impl Send for Frz
impl Sync for Frz
impl Unpin for Frz
impl UnwindSafe for Frz
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