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