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