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