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