Struct obs_wrapper::properties::ColorProp
source · [−]pub struct ColorProp;Trait Implementations
sourceimpl ObsProp for ColorProp
impl ObsProp for ColorProp
sourceunsafe fn add_to_props(
self,
p: *mut obs_properties_t,
name: ObsString,
description: ObsString
)
unsafe fn add_to_props(
self,
p: *mut obs_properties_t,
name: ObsString,
description: ObsString
)
Callback to add this property to a obs_properties_t.
Auto Trait Implementations
impl RefUnwindSafe for ColorProp
impl Send for ColorProp
impl Sync for ColorProp
impl Unpin for ColorProp
impl UnwindSafe for ColorProp
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