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