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