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