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