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