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