pub enum GtMaxIntEn {
Disabled = 0,
Enabled = 1,
}Expand description
Greater Than Maximum Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for GtMaxIntEn
impl Clone for GtMaxIntEn
Source§fn clone(&self) -> GtMaxIntEn
fn clone(&self) -> GtMaxIntEn
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 GtMaxIntEn
Source§impl Debug for GtMaxIntEn
impl Debug for GtMaxIntEn
impl Eq for GtMaxIntEn
Source§impl From<GtMaxIntEn> for bool
impl From<GtMaxIntEn> for bool
Source§fn from(variant: GtMaxIntEn) -> Self
fn from(variant: GtMaxIntEn) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GtMaxIntEn
impl PartialEq for GtMaxIntEn
Source§fn eq(&self, other: &GtMaxIntEn) -> bool
fn eq(&self, other: &GtMaxIntEn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GtMaxIntEn
Auto Trait Implementations§
impl Freeze for GtMaxIntEn
impl RefUnwindSafe for GtMaxIntEn
impl Send for GtMaxIntEn
impl Sync for GtMaxIntEn
impl Unpin for GtMaxIntEn
impl UnsafeUnpin for GtMaxIntEn
impl UnwindSafe for GtMaxIntEn
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