pub enum Dmaenselect {
Disable = 0,
Enable = 1,
}
Expand description
DMA Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Dmaenselect
impl Clone for Dmaenselect
Source§fn clone(&self) -> Dmaenselect
fn clone(&self) -> Dmaenselect
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 Dmaenselect
impl Debug for Dmaenselect
Source§impl From<Dmaenselect> for bool
impl From<Dmaenselect> for bool
Source§fn from(variant: Dmaenselect) -> Self
fn from(variant: Dmaenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Dmaenselect
impl PartialEq for Dmaenselect
impl Copy for Dmaenselect
impl Eq for Dmaenselect
impl StructuralPartialEq for Dmaenselect
Auto Trait Implementations§
impl Freeze for Dmaenselect
impl RefUnwindSafe for Dmaenselect
impl Send for Dmaenselect
impl Sync for Dmaenselect
impl Unpin for Dmaenselect
impl UnwindSafe for Dmaenselect
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