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