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