Enum R1
#[repr(u8)]pub enum R1 {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Region 1 mode
Value on reset: 2
Variants§
Trait Implementations§
impl Copy for R1
impl Eq for R1
impl IsEnum for R1
impl StructuralPartialEq for R1
Auto Trait Implementations§
impl Freeze for R1
impl RefUnwindSafe for R1
impl Send for R1
impl Sync for R1
impl Unpin for R1
impl UnwindSafe for R1
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