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