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