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