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