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