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