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