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