pub enum Admaselect {
Masked = 0,
Enabled = 1,
}
Expand description
ADMA Error Signal Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Admaselect
impl Clone for Admaselect
Source§fn clone(&self) -> Admaselect
fn clone(&self) -> Admaselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Admaselect
impl Debug for Admaselect
Source§impl From<Admaselect> for bool
impl From<Admaselect> for bool
Source§fn from(variant: Admaselect) -> Self
fn from(variant: Admaselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Admaselect
impl PartialEq for Admaselect
impl Copy for Admaselect
impl Eq for Admaselect
impl StructuralPartialEq for Admaselect
Auto Trait Implementations§
impl Freeze for Admaselect
impl RefUnwindSafe for Admaselect
impl Send for Admaselect
impl Sync for Admaselect
impl Unpin for Admaselect
impl UnwindSafe for Admaselect
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