pub enum EntVal {
EntVal0 = 0,
EntVal1 = 1,
}Expand description
Same behavior as bit 0 above.
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for EntVal
impl Eq for EntVal
impl StructuralPartialEq for EntVal
Auto Trait Implementations§
impl Freeze for EntVal
impl RefUnwindSafe for EntVal
impl Send for EntVal
impl Sync for EntVal
impl Unpin for EntVal
impl UnwindSafe for EntVal
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