#[repr(u8)]pub enum Interface {
Reflection = 0,
Refraction = 1,
ReEmittance = 4,
Boundary = 8,
}Expand description
SubType for Interface events (bits 16-21)
Reflection: Specular reflectionRefraction: Refraction through interfaceReEmittance: Re-emittance (BRDF/BTDF)Boundary: Boundary event
Variants§
Trait Implementations§
impl Copy for Interface
impl Eq for Interface
impl StructuralPartialEq for Interface
Auto Trait Implementations§
impl Freeze for Interface
impl RefUnwindSafe for Interface
impl Send for Interface
impl Sync for Interface
impl Unpin for Interface
impl UnsafeUnpin for Interface
impl UnwindSafe for Interface
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