pub struct FilterRemoveSignal {
pub filter: Sendable<*mut obs_source_t>,
}
Fields§
§filter: Sendable<*mut obs_source_t>
Trait Implementations§
Source§impl Clone for FilterRemoveSignal
impl Clone for FilterRemoveSignal
Source§fn clone(&self) -> FilterRemoveSignal
fn clone(&self) -> FilterRemoveSignal
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 FilterRemoveSignal
impl RefUnwindSafe for FilterRemoveSignal
impl Send for FilterRemoveSignal
impl Sync for FilterRemoveSignal
impl Unpin for FilterRemoveSignal
impl UnwindSafe for FilterRemoveSignal
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