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