Struct obs_wrapper::properties::Properties
source · [−]pub struct Properties { /* private fields */ }Expand description
Wrapper around obs_properties_t, which is used by
OBS to generate a user-friendly configuration UI.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Properties
impl !Send for Properties
impl !Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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