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