pub enum LtMinIntEn {
Disabled = 0,
Enabled = 1,
}Expand description
Less Than Minimum Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for LtMinIntEn
impl Clone for LtMinIntEn
Source§fn clone(&self) -> LtMinIntEn
fn clone(&self) -> LtMinIntEn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LtMinIntEn
Source§impl Debug for LtMinIntEn
impl Debug for LtMinIntEn
impl Eq for LtMinIntEn
Source§impl From<LtMinIntEn> for bool
impl From<LtMinIntEn> for bool
Source§fn from(variant: LtMinIntEn) -> Self
fn from(variant: LtMinIntEn) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LtMinIntEn
impl PartialEq for LtMinIntEn
Source§fn eq(&self, other: &LtMinIntEn) -> bool
fn eq(&self, other: &LtMinIntEn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LtMinIntEn
Auto Trait Implementations§
impl Freeze for LtMinIntEn
impl RefUnwindSafe for LtMinIntEn
impl Send for LtMinIntEn
impl Sync for LtMinIntEn
impl Unpin for LtMinIntEn
impl UnsafeUnpin for LtMinIntEn
impl UnwindSafe for LtMinIntEn
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