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