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