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