Struct obs_wrapper::properties::EditableListProp
source · [−]pub struct EditableListProp { /* private fields */ }Implementations
sourceimpl EditableListProp
impl EditableListProp
pub fn new(typ: EditableListType) -> Self
pub fn with_filter(self, f: ObsString) -> Self
pub fn with_default_path(self, d: ObsString) -> Self
Trait Implementations
sourceimpl ObsProp for EditableListProp
impl ObsProp for EditableListProp
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 EditableListProp
impl Send for EditableListProp
impl Sync for EditableListProp
impl Unpin for EditableListProp
impl UnwindSafe for EditableListProp
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