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