#[repr(C)]pub struct HAPI_SphereInfo {
pub center: [f32; 3],
pub radius: f32,
}
Fields§
§center: [f32; 3]
§radius: f32
Trait Implementations§
Source§impl Clone for HAPI_SphereInfo
impl Clone for HAPI_SphereInfo
Source§fn clone(&self) -> HAPI_SphereInfo
fn clone(&self) -> HAPI_SphereInfo
Returns a duplicate 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 moreSource§impl Debug for HAPI_SphereInfo
impl Debug for HAPI_SphereInfo
impl Copy for HAPI_SphereInfo
Auto Trait Implementations§
impl Freeze for HAPI_SphereInfo
impl RefUnwindSafe for HAPI_SphereInfo
impl Send for HAPI_SphereInfo
impl Sync for HAPI_SphereInfo
impl Unpin for HAPI_SphereInfo
impl UnwindSafe for HAPI_SphereInfo
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