Struct Ppre1
#[repr(transparent)]pub struct Ppre1(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Ppre1
impl Ord for Ppre1
§impl PartialOrd for Ppre1
impl PartialOrd for Ppre1
impl Copy for Ppre1
impl Eq for Ppre1
impl StructuralPartialEq for Ppre1
Auto Trait Implementations§
impl Freeze for Ppre1
impl RefUnwindSafe for Ppre1
impl Send for Ppre1
impl Sync for Ppre1
impl Unpin for Ppre1
impl UnwindSafe for Ppre1
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