pub struct SurfaceStyleReflectanceAmbientId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SurfaceStyleReflectanceAmbientId
impl Clone for SurfaceStyleReflectanceAmbientId
Source§fn clone(&self) -> SurfaceStyleReflectanceAmbientId
fn clone(&self) -> SurfaceStyleReflectanceAmbientId
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 moreimpl Copy for SurfaceStyleReflectanceAmbientId
impl Eq for SurfaceStyleReflectanceAmbientId
Source§impl PartialEq for SurfaceStyleReflectanceAmbientId
impl PartialEq for SurfaceStyleReflectanceAmbientId
Source§fn eq(&self, other: &SurfaceStyleReflectanceAmbientId) -> bool
fn eq(&self, other: &SurfaceStyleReflectanceAmbientId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceStyleReflectanceAmbientId
Auto Trait Implementations§
impl Freeze for SurfaceStyleReflectanceAmbientId
impl RefUnwindSafe for SurfaceStyleReflectanceAmbientId
impl Send for SurfaceStyleReflectanceAmbientId
impl Sync for SurfaceStyleReflectanceAmbientId
impl Unpin for SurfaceStyleReflectanceAmbientId
impl UnsafeUnpin for SurfaceStyleReflectanceAmbientId
impl UnwindSafe for SurfaceStyleReflectanceAmbientId
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