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