Struct windows_sys::Perception::Spatial::SpatialBoundingBox
[−]Expand description
Required features: "Perception_Spatial"
, "Foundation_Numerics"
Fields
Center: Vector3
Extents: Vector3
Trait Implementations
impl Clone for SpatialBoundingBox
impl Clone for SpatialBoundingBox
impl Copy for SpatialBoundingBox
Auto Trait Implementations
impl RefUnwindSafe for SpatialBoundingBox
impl Send for SpatialBoundingBox
impl Sync for SpatialBoundingBox
impl Unpin for SpatialBoundingBox
impl UnwindSafe for SpatialBoundingBox
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