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