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