Struct windows_sys::Perception::Spatial::SpatialRay
[−]Expand description
Required features: "Perception_Spatial"
, "Foundation_Numerics"
Fields
Origin: Vector3
Direction: Vector3
Trait Implementations
impl Clone for SpatialRay
impl Clone for SpatialRay
impl Copy for SpatialRay
Auto Trait Implementations
impl RefUnwindSafe for SpatialRay
impl Send for SpatialRay
impl Sync for SpatialRay
impl Unpin for SpatialRay
impl UnwindSafe for SpatialRay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more