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