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