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