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