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