pub struct ComplexPolygon2DCollection {
pub header: Header,
pub polygons: Vec<ComplexPolygon2D>,
pub colors: Vec<ColorRGBA>,
}Fields§
§header: Header§polygons: Vec<ComplexPolygon2D>§colors: Vec<ColorRGBA>Trait Implementations§
Source§impl Clone for ComplexPolygon2DCollection
impl Clone for ComplexPolygon2DCollection
Source§fn clone(&self) -> ComplexPolygon2DCollection
fn clone(&self) -> ComplexPolygon2DCollection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComplexPolygon2DCollection
impl Debug for ComplexPolygon2DCollection
Source§impl Default for ComplexPolygon2DCollection
impl Default for ComplexPolygon2DCollection
Source§impl<'de> Deserialize<'de> for ComplexPolygon2DCollection
impl<'de> Deserialize<'de> for ComplexPolygon2DCollection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for ComplexPolygon2DCollection
impl StructuralPartialEq for ComplexPolygon2DCollection
Auto Trait Implementations§
impl Freeze for ComplexPolygon2DCollection
impl RefUnwindSafe for ComplexPolygon2DCollection
impl Send for ComplexPolygon2DCollection
impl Sync for ComplexPolygon2DCollection
impl Unpin for ComplexPolygon2DCollection
impl UnwindSafe for ComplexPolygon2DCollection
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