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