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