#[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 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_TimelineOptions
impl Debug for HAPI_TimelineOptions
impl Copy for HAPI_TimelineOptions
Auto Trait Implementations§
impl Freeze for HAPI_TimelineOptions
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