Enum Dbm
#[repr(u8)]pub enum Dbm {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
No buffer switching at the end of transfer
ENABLED = 1
Memory target switched at the end of the DMA transfer
Implementations§
Trait Implementations§
§impl Ord for Dbm
impl Ord for Dbm
§impl PartialOrd for Dbm
impl PartialOrd for Dbm
impl Copy for Dbm
impl Eq for Dbm
impl StructuralPartialEq for Dbm
Auto Trait Implementations§
impl Freeze for Dbm
impl RefUnwindSafe for Dbm
impl Send for Dbm
impl Sync for Dbm
impl Unpin for Dbm
impl UnwindSafe for Dbm
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