Struct ofx::HostHandle
source · pub struct HostHandle { /* private fields */ }Implementations
sourceimpl HostHandle
impl HostHandle
pub fn new(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Trait Implementations
sourceimpl AsProperties for HostHandle
impl AsProperties for HostHandle
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
sourceimpl CanGetName for HostHandle
impl CanGetName for HostHandle
sourceimpl CanGetSupportsMultipleClipDepths for HostHandle
impl CanGetSupportsMultipleClipDepths for HostHandle
fn get_supports_multiple_clip_depths(
&self
) -> Result<<SupportsMultipleClipDepths as Get>::ReturnType>
sourceimpl CanGetTemporalClipAccess for HostHandle
impl CanGetTemporalClipAccess for HostHandle
fn get_temporal_clip_access(
&self
) -> Result<<TemporalClipAccess as Get>::ReturnType>
sourceimpl CanGetVersion for HostHandle
impl CanGetVersion for HostHandle
fn get_version(&self) -> Result<<Version as Get>::ReturnType>
sourceimpl CanGetVersionLabel for HostHandle
impl CanGetVersionLabel for HostHandle
fn get_version_label(&self) -> Result<<VersionLabel as Get>::ReturnType>
sourceimpl Clone for HostHandle
impl Clone for HostHandle
sourcefn clone(&self) -> HostHandle
fn clone(&self) -> HostHandle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for HostHandle
impl !Send for HostHandle
impl !Sync for HostHandle
impl Unpin for HostHandle
impl UnwindSafe for HostHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more