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