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