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