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