#[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: f32Trait 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 Freeze for HAPI_Viewport
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