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