#[repr(transparent)]pub struct Active0(pub u32);Expand description
Channel Active status for all DMA channels.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Active0
impl Eq for Active0
impl StructuralPartialEq for Active0
Auto Trait Implementations§
impl Freeze for Active0
impl RefUnwindSafe for Active0
impl Send for Active0
impl Sync for Active0
impl Unpin for Active0
impl UnwindSafe for Active0
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