pub struct RayCastOptions {
pub ignore_bodies: bool,
pub ignore_static_geometries: bool,
pub sort_results: bool,
}Fields§
§ignore_bodies: bool§ignore_static_geometries: bool§sort_results: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RayCastOptions
impl RefUnwindSafe for RayCastOptions
impl Send for RayCastOptions
impl Sync for RayCastOptions
impl Unpin for RayCastOptions
impl UnwindSafe for RayCastOptions
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