pub struct GetTimeDomainOutArgs(/* private fields */);Implementations§
Source§impl GetTimeDomainOutArgs
impl GetTimeDomainOutArgs
pub fn new(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Trait Implementations§
Source§impl<'a> AsProperties for GetTimeDomainOutArgs
impl<'a> AsProperties for GetTimeDomainOutArgs
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
Source§impl CanSet for GetTimeDomainOutArgs
impl CanSet for GetTimeDomainOutArgs
Source§impl Clone for GetTimeDomainOutArgs
impl Clone for GetTimeDomainOutArgs
Source§fn clone(&self) -> GetTimeDomainOutArgs
fn clone(&self) -> GetTimeDomainOutArgs
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 moreSource§impl Debug for GetTimeDomainOutArgs
impl Debug for GetTimeDomainOutArgs
Source§impl PropertiesNewTypeConstructor for GetTimeDomainOutArgs
impl PropertiesNewTypeConstructor for GetTimeDomainOutArgs
fn build(host: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>) -> Self
Auto Trait Implementations§
impl Freeze for GetTimeDomainOutArgs
impl RefUnwindSafe for GetTimeDomainOutArgs
impl !Send for GetTimeDomainOutArgs
impl !Sync for GetTimeDomainOutArgs
impl Unpin for GetTimeDomainOutArgs
impl UnwindSafe for GetTimeDomainOutArgs
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