Struct ofx::EndInstanceChangedOutArgs
source · pub struct EndInstanceChangedOutArgs(_);Implementations
sourceimpl EndInstanceChangedOutArgs
impl EndInstanceChangedOutArgs
pub fn new(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Trait Implementations
sourceimpl<'a> AsProperties for EndInstanceChangedOutArgs
impl<'a> AsProperties for EndInstanceChangedOutArgs
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
sourceimpl Clone for EndInstanceChangedOutArgs
impl Clone for EndInstanceChangedOutArgs
sourcefn clone(&self) -> EndInstanceChangedOutArgs
fn clone(&self) -> EndInstanceChangedOutArgs
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 EndInstanceChangedOutArgs
impl Debug for EndInstanceChangedOutArgs
sourceimpl PropertiesNewTypeConstructor for EndInstanceChangedOutArgs
impl PropertiesNewTypeConstructor for EndInstanceChangedOutArgs
fn build(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Auto Trait Implementations
impl RefUnwindSafe for EndInstanceChangedOutArgs
impl !Send for EndInstanceChangedOutArgs
impl !Sync for EndInstanceChangedOutArgs
impl Unpin for EndInstanceChangedOutArgs
impl UnwindSafe for EndInstanceChangedOutArgs
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