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