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