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