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