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