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