Struct obs_sys::obs_properties
source · [−]#[repr(C)]pub struct obs_properties { /* private fields */ }Trait Implementations
sourceimpl Clone for obs_properties
impl Clone for obs_properties
sourcefn clone(&self) -> obs_properties
fn clone(&self) -> obs_properties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for obs_properties
impl Debug for obs_properties
impl Copy for obs_properties
Auto Trait Implementations
impl RefUnwindSafe for obs_properties
impl Send for obs_properties
impl Sync for obs_properties
impl Unpin for obs_properties
impl UnwindSafe for obs_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