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