pub struct Shape2D {
pub origin: Vec3,
pub shape_type: ShapeType,
}Expand description
Fields§
§origin: Vec3§shape_type: ShapeTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Shape2D
impl RefUnwindSafe for Shape2D
impl Send for Shape2D
impl Sync for Shape2D
impl Unpin for Shape2D
impl UnwindSafe for Shape2D
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