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