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