pub struct CurveStyleRendering {
pub rendering_method: ShadingCurveMethod,
pub rendering_properties: SurfaceRenderingPropertiesRef,
}Fields§
§rendering_method: ShadingCurveMethod§rendering_properties: SurfaceRenderingPropertiesRefTrait Implementations§
Source§impl Clone for CurveStyleRendering
impl Clone for CurveStyleRendering
Source§fn clone(&self) -> CurveStyleRendering
fn clone(&self) -> CurveStyleRendering
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 Debug for CurveStyleRendering
impl Debug for CurveStyleRendering
Source§impl PartialEq for CurveStyleRendering
impl PartialEq for CurveStyleRendering
Source§fn eq(&self, other: &CurveStyleRendering) -> bool
fn eq(&self, other: &CurveStyleRendering) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CurveStyleRendering
Auto Trait Implementations§
impl Freeze for CurveStyleRendering
impl RefUnwindSafe for CurveStyleRendering
impl Send for CurveStyleRendering
impl Sync for CurveStyleRendering
impl Unpin for CurveStyleRendering
impl UnsafeUnpin for CurveStyleRendering
impl UnwindSafe for CurveStyleRendering
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