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