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