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