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