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