Struct SpatialBoundingBox
#[repr(C)]pub struct SpatialBoundingBox {
pub Center: Vector3,
pub Extents: Vector3,
}
Fields§
§Center: Vector3
§Extents: Vector3
Trait Implementations§
§impl Clone for SpatialBoundingBox
impl Clone for SpatialBoundingBox
§fn clone(&self) -> SpatialBoundingBox
fn clone(&self) -> SpatialBoundingBox
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 SpatialBoundingBox
impl Debug for SpatialBoundingBox
§impl Default for SpatialBoundingBox
impl Default for SpatialBoundingBox
§fn default() -> SpatialBoundingBox
fn default() -> SpatialBoundingBox
Returns the “default value” for a type. Read more
§impl PartialEq for SpatialBoundingBox
impl PartialEq for SpatialBoundingBox
impl Copy for SpatialBoundingBox
impl StructuralPartialEq for SpatialBoundingBox
Auto Trait Implementations§
impl Freeze for SpatialBoundingBox
impl RefUnwindSafe for SpatialBoundingBox
impl Send for SpatialBoundingBox
impl Sync for SpatialBoundingBox
impl Unpin for SpatialBoundingBox
impl UnwindSafe for SpatialBoundingBox
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