#[repr(u8)]pub enum CrFn {
FN_0 = 0,
FN_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
FN_0 = 0
Clears the Fn bit in the SR register.
FN_1 = 1
Sets the Fn bit in the SR register.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for CrFn
impl Ord for CrFn
Source§impl PartialOrd for CrFn
impl PartialOrd for CrFn
impl Copy for CrFn
impl Eq for CrFn
impl StructuralPartialEq for CrFn
Auto Trait Implementations§
impl Freeze for CrFn
impl RefUnwindSafe for CrFn
impl Send for CrFn
impl Sync for CrFn
impl Unpin for CrFn
impl UnwindSafe for CrFn
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