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