Struct hapi_rs::raw::HAPI_BoxInfo
source · #[repr(C)]pub struct HAPI_BoxInfo {
pub center: [f32; 3],
pub size: [f32; 3],
pub rotation: [f32; 3],
}
Fields§
§center: [f32; 3]
§size: [f32; 3]
§rotation: [f32; 3]
Trait Implementations§
source§impl Clone for HAPI_BoxInfo
impl Clone for HAPI_BoxInfo
source§fn clone(&self) -> HAPI_BoxInfo
fn clone(&self) -> HAPI_BoxInfo
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 moresource§impl Debug for HAPI_BoxInfo
impl Debug for HAPI_BoxInfo
impl Copy for HAPI_BoxInfo
Auto Trait Implementations§
impl RefUnwindSafe for HAPI_BoxInfo
impl Send for HAPI_BoxInfo
impl Sync for HAPI_BoxInfo
impl Unpin for HAPI_BoxInfo
impl UnwindSafe for HAPI_BoxInfo
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