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