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