pub struct FilterAddSignal {
pub filter: Sendable<*mut obs_source_t>,
}
Fields§
§filter: Sendable<*mut obs_source_t>
Trait Implementations§
Source§impl Clone for FilterAddSignal
impl Clone for FilterAddSignal
Source§fn clone(&self) -> FilterAddSignal
fn clone(&self) -> FilterAddSignal
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FilterAddSignal
impl RefUnwindSafe for FilterAddSignal
impl Send for FilterAddSignal
impl Sync for FilterAddSignal
impl Unpin for FilterAddSignal
impl UnwindSafe for FilterAddSignal
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