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