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