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