Struct hapi_rs::session::SessionSyncInfo
source · pub struct SessionSyncInfo { /* private fields */ }
Implementations§
source§impl SessionSyncInfo
impl SessionSyncInfo
pub fn cook_using_houdini_time(&self) -> bool
pub fn set_cook_using_houdini_time(&mut self, val: bool)
pub fn with_cook_using_houdini_time(self, val: bool) -> Self
pub fn sync_viewport(&self) -> bool
pub fn set_sync_viewport(&mut self, val: bool)
pub fn with_sync_viewport(self, val: bool) -> Self
pub fn ptr(&self) -> *const HAPI_SessionSyncInfo
Trait Implementations§
source§impl Clone for SessionSyncInfo
impl Clone for SessionSyncInfo
source§fn clone(&self) -> SessionSyncInfo
fn clone(&self) -> SessionSyncInfo
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