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