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