pub struct PolygonCfg {
pub positions: Vec<f32>,
pub indices: PolygonIndices,
}Fields§
§positions: Vec<f32>§indices: PolygonIndicesAuto Trait Implementations§
impl Freeze for PolygonCfg
impl RefUnwindSafe for PolygonCfg
impl Send for PolygonCfg
impl Sync for PolygonCfg
impl Unpin for PolygonCfg
impl UnwindSafe for PolygonCfg
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