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