Enum Dmacfg
#[repr(u8)]pub enum Dmacfg {
OneShot = 0,
Circular = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Dmacfg
impl Eq for Dmacfg
§impl Ord for Dmacfg
impl Ord for Dmacfg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dmacfg
impl PartialOrd for Dmacfg
impl StructuralPartialEq for Dmacfg
Auto Trait Implementations§
impl Freeze for Dmacfg
impl RefUnwindSafe for Dmacfg
impl Send for Dmacfg
impl Sync for Dmacfg
impl Unpin for Dmacfg
impl UnsafeUnpin for Dmacfg
impl UnwindSafe for Dmacfg
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