Struct glib_signal::ConnectDetails
source · pub struct ConnectDetails<S = ()> {
pub run_after: bool,
/* private fields */
}
Fields§
§run_after: bool
Implementations§
source§impl<S> ConnectDetails<S>
impl<S> ConnectDetails<S>
source§impl<S: DetailedSignal> ConnectDetails<S>
impl<S: DetailedSignal> ConnectDetails<S>
pub fn new() -> Self
pub fn with_after(run_after: bool) -> Self
pub fn set_detail(&mut self, detail: Quark)
source§impl<S: Signal> ConnectDetails<S>
impl<S: Signal> ConnectDetails<S>
pub fn with_detail<D: Into<Option<Quark>>>(detail: D) -> Self
source§impl ConnectDetails<()>
impl ConnectDetails<()>
Trait Implementations§
source§impl<S: Clone> Clone for ConnectDetails<S>
impl<S: Clone> Clone for ConnectDetails<S>
source§fn clone(&self) -> ConnectDetails<S>
fn clone(&self) -> ConnectDetails<S>
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 moresource§impl<S: Debug> Debug for ConnectDetails<S>
impl<S: Debug> Debug for ConnectDetails<S>
source§impl<S: DetailedSignal> From<ConnectDetails<S>> for ConnectDetails<()>
impl<S: DetailedSignal> From<ConnectDetails<S>> for ConnectDetails<()>
source§fn from(v: ConnectDetails<S>) -> Self
fn from(v: ConnectDetails<S>) -> Self
Converts to this type from the input type.
source§impl<S: DetailedSignal> From<S> for ConnectDetails<S>
impl<S: DetailedSignal> From<S> for ConnectDetails<S>
impl<S: Copy> Copy for ConnectDetails<S>
Auto Trait Implementations§
impl<S> Freeze for ConnectDetails<S>
impl<S> RefUnwindSafe for ConnectDetails<S>where
S: RefUnwindSafe,
impl<S> Send for ConnectDetails<S>where
S: Send,
impl<S> Sync for ConnectDetails<S>where
S: Sync,
impl<S> Unpin for ConnectDetails<S>where
S: Unpin,
impl<S> UnwindSafe for ConnectDetails<S>where
S: UnwindSafe,
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