pub enum GpType {
X,
W,
XSp,
}Variants§
Trait Implementations§
impl Copy for GpType
impl Eq for GpType
impl StructuralPartialEq for GpType
Auto Trait Implementations§
impl Freeze for GpType
impl RefUnwindSafe for GpType
impl Send for GpType
impl Sync for GpType
impl Unpin for GpType
impl UnsafeUnpin for GpType
impl UnwindSafe for GpType
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