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