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