pub enum SR12_A {
EXCLUDE = 0,
INCLUDE = 1,
}
Expand description
Include or exclude subregion 12 in region
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SR12_A
impl StructuralPartialEq for SR12_A
Auto Trait Implementations§
impl Freeze for SR12_A
impl RefUnwindSafe for SR12_A
impl Send for SR12_A
impl Sync for SR12_A
impl Unpin for SR12_A
impl UnwindSafe for SR12_A
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