pub struct HookedSignal {
pub title: String,
pub class: String,
pub executable: String,
pub source: Sendable<*mut obs_source_t>,
}Fields§
§title: String§class: String§executable: String§source: Sendable<*mut obs_source_t>Trait Implementations§
Source§impl Clone for HookedSignal
impl Clone for HookedSignal
Source§fn clone(&self) -> HookedSignal
fn clone(&self) -> HookedSignal
Returns a duplicate 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 HookedSignal
impl RefUnwindSafe for HookedSignal
impl Send for HookedSignal
impl Sync for HookedSignal
impl Unpin for HookedSignal
impl UnwindSafe for HookedSignal
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