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