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