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