#[repr(transparent)]pub struct Dmareq0(pub u32);Expand description
DMA Request 0
Tuple Fields§
§0: u32Implementations§
Source§impl Dmareq0
impl Dmareq0
Sourcepub const fn set_dev_10(&mut self, val: bool)
pub const fn set_dev_10(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_11(&mut self, val: bool)
pub const fn set_dev_11(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_12(&mut self, val: bool)
pub const fn set_dev_12(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_13(&mut self, val: bool)
pub const fn set_dev_13(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_14(&mut self, val: bool)
pub const fn set_dev_14(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_15(&mut self, val: bool)
pub const fn set_dev_15(&mut self, val: bool)
DMA Request Event
Trait Implementations§
impl Copy for Dmareq0
impl Eq for Dmareq0
impl StructuralPartialEq for Dmareq0
Auto Trait Implementations§
impl Freeze for Dmareq0
impl RefUnwindSafe for Dmareq0
impl Send for Dmareq0
impl Sync for Dmareq0
impl Unpin for Dmareq0
impl UnwindSafe for Dmareq0
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