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