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