pub struct TextProp { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ObsProp for TextProp
impl ObsProp for TextProp
Source§unsafe 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. Read moreAuto Trait Implementations§
impl Freeze for TextProp
impl RefUnwindSafe for TextProp
impl Send for TextProp
impl Sync for TextProp
impl Unpin for TextProp
impl UnwindSafe for TextProp
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