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