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