Struct windows::Perception::Spatial::SpatialBoundingSphere
#[repr(C)]pub struct SpatialBoundingSphere {
pub Center: Vector3,
pub Radius: f32,
}
Fields§
§Center: Vector3
§Radius: f32
Trait Implementations§
§impl Clone for SpatialBoundingSphere
impl Clone for SpatialBoundingSphere
§fn clone(&self) -> SpatialBoundingSphere
fn clone(&self) -> SpatialBoundingSphere
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SpatialBoundingSphere
impl Debug for SpatialBoundingSphere
§impl Default for SpatialBoundingSphere
impl Default for SpatialBoundingSphere
§impl PartialEq for SpatialBoundingSphere
impl PartialEq for SpatialBoundingSphere
§fn eq(&self, other: &SpatialBoundingSphere) -> bool
fn eq(&self, other: &SpatialBoundingSphere) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SpatialBoundingSphere
impl StructuralPartialEq for SpatialBoundingSphere
Auto Trait Implementations§
impl Freeze for SpatialBoundingSphere
impl RefUnwindSafe for SpatialBoundingSphere
impl Send for SpatialBoundingSphere
impl Sync for SpatialBoundingSphere
impl Unpin for SpatialBoundingSphere
impl UnwindSafe for SpatialBoundingSphere
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)