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