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