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