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