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