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