pub struct ClipPointOpts<'a> {
pub t: &'a mut f64,
pub approach_dir: Option<Direction>,
pub delta: Vec3,
pub begin: f64,
pub min_x: f64,
pub min_z: f64,
pub max_x: f64,
pub max_z: f64,
pub result_dir: Direction,
pub start: Vec3,
}Fields§
§t: &'a mut f64§approach_dir: Option<Direction>§delta: Vec3§begin: f64§min_x: f64§min_z: f64§max_x: f64§max_z: f64§result_dir: Direction§start: Vec3Auto Trait Implementations§
impl<'a> Freeze for ClipPointOpts<'a>
impl<'a> RefUnwindSafe for ClipPointOpts<'a>
impl<'a> Send for ClipPointOpts<'a>
impl<'a> Sync for ClipPointOpts<'a>
impl<'a> Unpin for ClipPointOpts<'a>
impl<'a> UnsafeUnpin for ClipPointOpts<'a>
impl<'a> !UnwindSafe for ClipPointOpts<'a>
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