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