pub struct HostHandle { /* private fields */ }
Implementations§
Source§impl HostHandle
impl HostHandle
pub fn new(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Trait Implementations§
Source§impl AsProperties for HostHandle
impl AsProperties for HostHandle
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supported_contexts(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_multiple_clip_depths( &self, ) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_multiple_clip_pars( &self, ) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_setable_frame_rate(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_setable_fielding(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_custom_interact(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_string_animation(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_choice_animation(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_boolean_animation( &self, ) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_custom_animation(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_version(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_max_parameters(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_max_pages(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_page_row_column_count(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_host_os_handle(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_parametric_animation( &self, ) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_sequential_render(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_opengl_render_supported(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_render_quality_draft(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_native_origin(&self) -> Result<HostNativeOrigin>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_version_label(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_is_background(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_overlays(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_multi_resolution(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supports_tiles(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_temporal_clip_access(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for HostHandle
impl CanGet for HostHandle
fn get_supported_components(&self) -> Result<<Property as Get>::ReturnType>
Source§impl Clone for HostHandle
impl Clone for HostHandle
Source§fn clone(&self) -> HostHandle
fn clone(&self) -> HostHandle
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 moreAuto Trait Implementations§
impl Freeze for HostHandle
impl RefUnwindSafe for HostHandle
impl !Send for HostHandle
impl !Sync for HostHandle
impl Unpin for HostHandle
impl UnwindSafe for HostHandle
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