Enum Dmacfg
#[repr(u8)]pub enum Dmacfg {
ONESHOT = 0,
CIRCULAR = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Dmacfg
impl Ord for Dmacfg
§impl PartialOrd for Dmacfg
impl PartialOrd for Dmacfg
impl Copy for Dmacfg
impl Eq 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 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