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