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