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