#[repr(i32)]pub enum ProbePlacement {
UniformGrid = 0,
IrradianceDistribution = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProbePlacement
impl Clone for ProbePlacement
Source§fn clone(&self) -> ProbePlacement
fn clone(&self) -> ProbePlacement
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 ProbePlacement
impl Debug for ProbePlacement
Source§impl PartialEq for ProbePlacement
impl PartialEq for ProbePlacement
Source§fn eq(&self, other: &ProbePlacement) -> bool
fn eq(&self, other: &ProbePlacement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProbePlacement
impl Eq for ProbePlacement
impl StructuralPartialEq for ProbePlacement
Auto Trait Implementations§
impl Freeze for ProbePlacement
impl RefUnwindSafe for ProbePlacement
impl Send for ProbePlacement
impl Sync for ProbePlacement
impl Unpin for ProbePlacement
impl UnsafeUnpin for ProbePlacement
impl UnwindSafe for ProbePlacement
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