Struct hapi_rs::raw::HAPI_TimelineOptions
source · #[repr(C)]pub struct HAPI_TimelineOptions {
pub fps: f32,
pub startTime: f32,
pub endTime: f32,
}
Fields§
§fps: f32
§startTime: f32
§endTime: f32
Trait Implementations§
source§impl Clone for HAPI_TimelineOptions
impl Clone for HAPI_TimelineOptions
source§fn clone(&self) -> HAPI_TimelineOptions
fn clone(&self) -> HAPI_TimelineOptions
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_TimelineOptions
impl Debug for HAPI_TimelineOptions
impl Copy for HAPI_TimelineOptions
Auto Trait Implementations§
impl RefUnwindSafe for HAPI_TimelineOptions
impl Send for HAPI_TimelineOptions
impl Sync for HAPI_TimelineOptions
impl Unpin for HAPI_TimelineOptions
impl UnwindSafe for HAPI_TimelineOptions
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