pub enum HitSide {
Entry,
Exit,
}
Expand description
Ray hit side.
Variants§
Trait Implementations§
impl Copy for HitSide
impl Eq for HitSide
impl StructuralPartialEq for HitSide
Auto Trait Implementations§
impl Freeze for HitSide
impl RefUnwindSafe for HitSide
impl Send for HitSide
impl Sync for HitSide
impl Unpin for HitSide
impl UnwindSafe for HitSide
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