Enum rs_pbrt::core::light::LightFlags   
source · #[repr(u8)]pub enum LightFlags {
    DeltaPosition,
    DeltaDirection,
    Area,
    Infinite,
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for LightFlags
impl Send for LightFlags
impl Sync for LightFlags
impl Unpin for LightFlags
impl UnwindSafe for LightFlags
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