#[repr(u8)]pub enum SrFn {
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
Fn bit in the CR register is written 0 (default).
FN_1 = 1
Fn bit in the CR register is written 1.
_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 SrFn
impl Ord for SrFn
Source§impl PartialOrd for SrFn
impl PartialOrd for SrFn
impl Copy for SrFn
impl Eq for SrFn
impl StructuralPartialEq for SrFn
Auto Trait Implementations§
impl Freeze for SrFn
impl RefUnwindSafe for SrFn
impl Send for SrFn
impl Sync for SrFn
impl Unpin for SrFn
impl UnwindSafe for SrFn
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