[−][src]Struct glib::signal::Inhibit
Whether to propagate the signal to the default handler.
Don't inhibit default handlers without a reason, they're usually helpful.
Trait Implementations
impl Clone for Inhibit
[src][+]
impl Copy for Inhibit
[src]
impl Debug for Inhibit
[src][+]
impl Default for Inhibit
[src][+]
impl Eq for Inhibit
[src]
impl PartialEq<Inhibit> for Inhibit
[src][+]
impl StructuralEq for Inhibit
[src]
impl StructuralPartialEq for Inhibit
[src]
Auto Trait Implementations
impl RefUnwindSafe for Inhibit
impl Send for Inhibit
impl Sync for Inhibit
impl Unpin for Inhibit
impl UnwindSafe for Inhibit
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,