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