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