pub struct SurfaceStyleRenderingWithProperties {
pub rendering_method: ShadingSurfaceMethod,
pub surface_colour: ColourRef,
pub properties: Vec<RenderingPropertiesSelectRef>,
}Fields§
§rendering_method: ShadingSurfaceMethod§surface_colour: ColourRef§properties: Vec<RenderingPropertiesSelectRef>Trait Implementations§
Source§impl Clone for SurfaceStyleRenderingWithProperties
impl Clone for SurfaceStyleRenderingWithProperties
Source§fn clone(&self) -> SurfaceStyleRenderingWithProperties
fn clone(&self) -> SurfaceStyleRenderingWithProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SurfaceStyleRenderingWithProperties
impl PartialEq for SurfaceStyleRenderingWithProperties
Source§fn eq(&self, other: &SurfaceStyleRenderingWithProperties) -> bool
fn eq(&self, other: &SurfaceStyleRenderingWithProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceStyleRenderingWithProperties
Auto Trait Implementations§
impl Freeze for SurfaceStyleRenderingWithProperties
impl RefUnwindSafe for SurfaceStyleRenderingWithProperties
impl Send for SurfaceStyleRenderingWithProperties
impl Sync for SurfaceStyleRenderingWithProperties
impl Unpin for SurfaceStyleRenderingWithProperties
impl UnsafeUnpin for SurfaceStyleRenderingWithProperties
impl UnwindSafe for SurfaceStyleRenderingWithProperties
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