#[repr(u32)]pub enum ReflectionGuideKind {
SpecularMotionVectors = 0,
SpecularHitDistance = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ReflectionGuideKind
impl Clone for ReflectionGuideKind
Source§fn clone(&self) -> ReflectionGuideKind
fn clone(&self) -> ReflectionGuideKind
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 ReflectionGuideKind
Source§impl Debug for ReflectionGuideKind
impl Debug for ReflectionGuideKind
impl Eq for ReflectionGuideKind
Source§impl PartialEq for ReflectionGuideKind
impl PartialEq for ReflectionGuideKind
impl StructuralPartialEq for ReflectionGuideKind
Auto Trait Implementations§
impl Freeze for ReflectionGuideKind
impl RefUnwindSafe for ReflectionGuideKind
impl Send for ReflectionGuideKind
impl Sync for ReflectionGuideKind
impl Unpin for ReflectionGuideKind
impl UnsafeUnpin for ReflectionGuideKind
impl UnwindSafe for ReflectionGuideKind
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