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