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