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