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