Struct 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
§fn default() -> SpatialBoundingSphere
fn default() -> SpatialBoundingSphere
Returns the “default value” for a type. Read more
§impl PartialEq for SpatialBoundingSphere
impl PartialEq for SpatialBoundingSphere
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