pub struct RwGeometryList {
pub geometric_object_count: u32,
pub geometries: Vec<RwGeometry>,
}
Fields§
§geometric_object_count: u32
§geometries: Vec<RwGeometry>
Trait Implementations§
Source§impl Clone for RwGeometryList
impl Clone for RwGeometryList
Source§fn clone(&self) -> RwGeometryList
fn clone(&self) -> RwGeometryList
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 RwGeometryList
impl Debug for RwGeometryList
Source§impl PartialEq for RwGeometryList
impl PartialEq for RwGeometryList
Source§impl Serialize for RwGeometryList
impl Serialize for RwGeometryList
impl StructuralPartialEq for RwGeometryList
Auto Trait Implementations§
impl Freeze for RwGeometryList
impl RefUnwindSafe for RwGeometryList
impl Send for RwGeometryList
impl Sync for RwGeometryList
impl Unpin for RwGeometryList
impl UnwindSafe for RwGeometryList
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