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