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