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