pub struct TimelineOptions(/* private fields */);
Implementations§
Source§impl TimelineOptions
impl TimelineOptions
pub fn fps(&self) -> f32
pub fn set_fps(&mut self, val: f32)
pub fn with_fps(self, val: f32) -> Self
pub fn start_time(&self) -> f32
pub fn set_start_time(&mut self, val: f32)
pub fn with_start_time(self, val: f32) -> Self
pub fn end_time(&self) -> f32
pub fn set_end_time(&mut self, val: f32)
pub fn with_end_time(self, val: f32) -> Self
pub fn ptr(&self) -> *const HAPI_TimelineOptions
Trait Implementations§
Source§impl Clone for TimelineOptions
impl Clone for TimelineOptions
Source§fn clone(&self) -> TimelineOptions
fn clone(&self) -> 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 TimelineOptions
impl Debug for TimelineOptions
Auto Trait Implementations§
impl Freeze for TimelineOptions
impl RefUnwindSafe for TimelineOptions
impl Send for TimelineOptions
impl Sync for TimelineOptions
impl Unpin for TimelineOptions
impl UnwindSafe for 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