pub struct GeometryMaterialThemeOwned {
pub geometry: GeometryId,
pub theme_symbol: SymbolId,
pub point_start: u32,
pub point_len: u32,
pub linestring_start: u32,
pub linestring_len: u32,
pub surface_start: u32,
pub surface_len: u32,
}Fields§
§geometry: GeometryId§theme_symbol: SymbolId§point_start: u32§point_len: u32§linestring_start: u32§linestring_len: u32§surface_start: u32§surface_len: u32Trait Implementations§
Source§impl Clone for GeometryMaterialThemeOwned
impl Clone for GeometryMaterialThemeOwned
Source§fn clone(&self) -> GeometryMaterialThemeOwned
fn clone(&self) -> GeometryMaterialThemeOwned
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 GeometryMaterialThemeOwned
impl Debug for GeometryMaterialThemeOwned
Source§impl Default for GeometryMaterialThemeOwned
impl Default for GeometryMaterialThemeOwned
Source§fn default() -> GeometryMaterialThemeOwned
fn default() -> GeometryMaterialThemeOwned
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GeometryMaterialThemeOwned
impl RefUnwindSafe for GeometryMaterialThemeOwned
impl Send for GeometryMaterialThemeOwned
impl Sync for GeometryMaterialThemeOwned
impl Unpin for GeometryMaterialThemeOwned
impl UnsafeUnpin for GeometryMaterialThemeOwned
impl UnwindSafe for GeometryMaterialThemeOwned
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