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