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