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