pub struct ConstrainedRay2d {
pub ray: Ray2d,
pub range: (f64, f64),
}Fields§
§ray: Ray2d§range: (f64, f64)Auto Trait Implementations§
impl Freeze for ConstrainedRay2d
impl RefUnwindSafe for ConstrainedRay2d
impl Send for ConstrainedRay2d
impl Sync for ConstrainedRay2d
impl Unpin for ConstrainedRay2d
impl UnwindSafe for ConstrainedRay2d
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