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 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 SessionSyncInfo
impl Debug for SessionSyncInfo
Auto Trait Implementations§
impl Freeze for SessionSyncInfo
impl RefUnwindSafe for SessionSyncInfo
impl Send for SessionSyncInfo
impl Sync for SessionSyncInfo
impl Unpin for SessionSyncInfo
impl UnwindSafe for SessionSyncInfo
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