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