pub struct TotalInternalReflection;Expand description
Total internal reflection (TIR) analysis.
TIR occurs when light travels from a denser medium into a rarer medium at an angle exceeding the critical angle.
Implementations§
Source§impl TotalInternalReflection
impl TotalInternalReflection
Auto Trait Implementations§
impl Freeze for TotalInternalReflection
impl RefUnwindSafe for TotalInternalReflection
impl Send for TotalInternalReflection
impl Sync for TotalInternalReflection
impl Unpin for TotalInternalReflection
impl UnsafeUnpin for TotalInternalReflection
impl UnwindSafe for TotalInternalReflection
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