Struct ofx::ParamHandle
source · pub struct ParamHandle<T>where
T: ParamHandleValue,{ /* private fields */ }Implementations
sourceimpl<T> ParamHandle<T>where
T: ParamHandleValue + Default,
impl<T> ParamHandle<T>where
T: ParamHandleValue + Default,
pub fn new(
inner: OfxParamHandle,
inner_properties: OfxPropertySetHandle,
property: Rc<OfxPropertySuiteV1>,
parameter: Rc<OfxParameterSuiteV1>
) -> Self
sourceimpl<T> ParamHandle<T>where
T: ParamHandleValueDefault,
impl<T> ParamHandle<T>where
T: ParamHandleValueDefault,
Trait Implementations
sourceimpl<T> AsProperties for ParamHandle<T>where
T: ParamHandleValue,
impl<T> AsProperties for ParamHandle<T>where
T: ParamHandleValue,
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
sourceimpl<T: Clone> Clone for ParamHandle<T>where
T: ParamHandleValue,
impl<T: Clone> Clone for ParamHandle<T>where
T: ParamHandleValue,
sourcefn clone(&self) -> ParamHandle<T>
fn clone(&self) -> ParamHandle<T>
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 moreimpl<T> BaseParam for ParamHandle<T>where
T: ParamHandleValue + Clone,
Auto Trait Implementations
impl<T> RefUnwindSafe for ParamHandle<T>where
T: RefUnwindSafe,
impl<T> !Send for ParamHandle<T>
impl<T> !Sync for ParamHandle<T>
impl<T> Unpin for ParamHandle<T>where
T: Unpin,
impl<T> UnwindSafe for ParamHandle<T>where
T: UnwindSafe,
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