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