Struct ofx::IsIdentityInArgs
source · pub struct IsIdentityInArgs(_);Implementations
sourceimpl IsIdentityInArgs
impl IsIdentityInArgs
pub fn new(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Trait Implementations
sourceimpl<'a> AsProperties for IsIdentityInArgs
impl<'a> AsProperties for IsIdentityInArgs
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
sourceimpl CanGetFieldToRender for IsIdentityInArgs
impl CanGetFieldToRender for IsIdentityInArgs
fn get_field_to_render(&self) -> Result<ImageField>
sourceimpl CanGetRenderScale for IsIdentityInArgs
impl CanGetRenderScale for IsIdentityInArgs
fn get_render_scale(&self) -> Result<<RenderScale as Get>::ReturnType>
sourceimpl CanGetRenderWindow for IsIdentityInArgs
impl CanGetRenderWindow for IsIdentityInArgs
fn get_render_window(&self) -> Result<<RenderWindow as Get>::ReturnType>
sourceimpl CanGetTime for IsIdentityInArgs
impl CanGetTime for IsIdentityInArgs
fn get_time(&self) -> Result<<Time as Get>::ReturnType>
sourceimpl Clone for IsIdentityInArgs
impl Clone for IsIdentityInArgs
sourcefn clone(&self) -> IsIdentityInArgs
fn clone(&self) -> IsIdentityInArgs
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 moresourceimpl Debug for IsIdentityInArgs
impl Debug for IsIdentityInArgs
sourceimpl PropertiesNewTypeConstructor for IsIdentityInArgs
impl PropertiesNewTypeConstructor for IsIdentityInArgs
fn build(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Auto Trait Implementations
impl RefUnwindSafe for IsIdentityInArgs
impl !Send for IsIdentityInArgs
impl !Sync for IsIdentityInArgs
impl Unpin for IsIdentityInArgs
impl UnwindSafe for IsIdentityInArgs
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