Struct Sar
#[repr(transparent)]pub struct Sar(pub u32);Expand description
MDMA channel x source address register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sar
impl Eq for Sar
impl StructuralPartialEq for Sar
Auto Trait Implementations§
impl Freeze for Sar
impl RefUnwindSafe for Sar
impl Send for Sar
impl Sync for Sar
impl Unpin for Sar
impl UnwindSafe for Sar
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