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