Enum rs_pbrt::integrators::bdpt::VertexType
source · pub enum VertexType {
Camera,
Light,
Surface,
Medium,
}
Variants§
Trait Implementations§
source§impl Clone for VertexType
impl Clone for VertexType
source§fn clone(&self) -> VertexType
fn clone(&self) -> VertexType
Returns a copy of the value. Read more
1.0.0 · 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 VertexType
impl Debug for VertexType
source§impl PartialEq<VertexType> for VertexType
impl PartialEq<VertexType> for VertexType
source§fn eq(&self, other: &VertexType) -> bool
fn eq(&self, other: &VertexType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VertexType
Auto Trait Implementations§
impl RefUnwindSafe for VertexType
impl Send for VertexType
impl Sync for VertexType
impl Unpin for VertexType
impl UnwindSafe for VertexType
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