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