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