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