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