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