pub struct GeometryTextureThemeOwned {
pub geometry: GeometryId,
pub theme_symbol: SymbolId,
pub vertex_start: u32,
pub vertex_len: u32,
pub ring_start: u32,
pub ring_len: u32,
pub ring_texture_start: u32,
pub ring_texture_len: u32,
}Fields§
§geometry: GeometryId§theme_symbol: SymbolId§vertex_start: u32§vertex_len: u32§ring_start: u32§ring_len: u32§ring_texture_start: u32§ring_texture_len: u32Trait Implementations§
Source§impl Clone for GeometryTextureThemeOwned
impl Clone for GeometryTextureThemeOwned
Source§fn clone(&self) -> GeometryTextureThemeOwned
fn clone(&self) -> GeometryTextureThemeOwned
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 GeometryTextureThemeOwned
impl Debug for GeometryTextureThemeOwned
Source§impl Default for GeometryTextureThemeOwned
impl Default for GeometryTextureThemeOwned
Source§fn default() -> GeometryTextureThemeOwned
fn default() -> GeometryTextureThemeOwned
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GeometryTextureThemeOwned
impl RefUnwindSafe for GeometryTextureThemeOwned
impl Send for GeometryTextureThemeOwned
impl Sync for GeometryTextureThemeOwned
impl Unpin for GeometryTextureThemeOwned
impl UnsafeUnpin for GeometryTextureThemeOwned
impl UnwindSafe for GeometryTextureThemeOwned
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