#[repr(C)]pub enum GShape {
GMAT,
GSCALAR,
GARRAY,
GOPAQUE,
GFRAME,
}
Variants§
Trait Implementations§
source§impl PartialEq<GShape> for GShape
impl PartialEq<GShape> for GShape
impl Copy for GShape
impl Eq for GShape
impl StructuralEq for GShape
impl StructuralPartialEq for GShape
impl VectorElement for GShapewhere Vector<GShape>: VectorExtern<GShape>,
Auto Trait Implementations§
impl RefUnwindSafe for GShape
impl Send for GShape
impl Sync for GShape
impl Unpin for GShape
impl UnwindSafe for GShape
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