Struct hapi_rs::session::TimelineOptions
source · 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 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 more