#[repr(u8)]pub enum Estwid {
NOWIDTH = 0,
WIDTH16 = 1,
WIDTH20 = 2,
WIDTH24 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Estwid
impl Ord for Estwid
Source§impl PartialOrd for Estwid
impl PartialOrd for Estwid
impl Copy for Estwid
impl Eq for Estwid
impl StructuralPartialEq for Estwid
Auto Trait Implementations§
impl Freeze for Estwid
impl RefUnwindSafe for Estwid
impl Send for Estwid
impl Sync for Estwid
impl Unpin for Estwid
impl UnwindSafe for Estwid
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