#[repr(transparent)]pub struct DmaDebugStatus0(pub u32);Expand description
DMA Debug Status 0
Tuple Fields§
§0: u32Implementations§
Source§impl DmaDebugStatus0
impl DmaDebugStatus0
Sourcepub const fn set_axwhsts(&mut self, val: bool)
pub const fn set_axwhsts(&mut self, val: bool)
AHB Master Status
Trait Implementations§
Source§impl Clone for DmaDebugStatus0
impl Clone for DmaDebugStatus0
Source§fn clone(&self) -> DmaDebugStatus0
fn clone(&self) -> DmaDebugStatus0
Returns a duplicate 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 DmaDebugStatus0
impl Debug for DmaDebugStatus0
Source§impl Default for DmaDebugStatus0
impl Default for DmaDebugStatus0
Source§fn default() -> DmaDebugStatus0
fn default() -> DmaDebugStatus0
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaDebugStatus0
impl PartialEq for DmaDebugStatus0
impl Copy for DmaDebugStatus0
impl Eq for DmaDebugStatus0
impl StructuralPartialEq for DmaDebugStatus0
Auto Trait Implementations§
impl Freeze for DmaDebugStatus0
impl RefUnwindSafe for DmaDebugStatus0
impl Send for DmaDebugStatus0
impl Sync for DmaDebugStatus0
impl Unpin for DmaDebugStatus0
impl UnwindSafe for DmaDebugStatus0
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