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