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