Struct rs_pbrt::integrators::sppm::VisiblePoint
source · [−]pub struct VisiblePoint {
pub p: Point3f,
pub wo: Vector3f,
pub bsdf: Option<Bsdf>,
pub beta: Spectrum,
}
Fields
p: Point3f
wo: Vector3f
bsdf: Option<Bsdf>
beta: Spectrum
Trait Implementations
sourceimpl Default for VisiblePoint
impl Default for VisiblePoint
sourcefn default() -> VisiblePoint
fn default() -> VisiblePoint
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for VisiblePoint
impl Send for VisiblePoint
impl Sync for VisiblePoint
impl Unpin for VisiblePoint
impl !UnwindSafe for VisiblePoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<R, P> ReadPrimitive<R> for P where
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for P where
R: Read + ReadEndian<P>,
P: Default,
sourcefn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian()
.
sourcefn read_from_big_endian(read: &mut R) -> Result<Self, Error>
fn read_from_big_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian()
.
sourcefn read_from_native_endian(read: &mut R) -> Result<Self, Error>
fn read_from_native_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian()
.