pub struct SurfaceAppearance { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SurfaceAppearance
impl Clone for SurfaceAppearance
Source§fn clone(&self) -> SurfaceAppearance
fn clone(&self) -> SurfaceAppearance
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 SurfaceAppearance
impl Debug for SurfaceAppearance
Source§impl Default for SurfaceAppearance
impl Default for SurfaceAppearance
Source§fn default() -> SurfaceAppearance
fn default() -> SurfaceAppearance
Returns the “default value” for a type. Read more
Source§impl PartialEq for SurfaceAppearance
impl PartialEq for SurfaceAppearance
impl StructuralPartialEq for SurfaceAppearance
Auto Trait Implementations§
impl Freeze for SurfaceAppearance
impl RefUnwindSafe for SurfaceAppearance
impl Send for SurfaceAppearance
impl Sync for SurfaceAppearance
impl Unpin for SurfaceAppearance
impl UnsafeUnpin for SurfaceAppearance
impl UnwindSafe for SurfaceAppearance
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