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