[]Struct gtk::Actionable

pub struct Actionable(_, _);

Trait Implementations

impl Clone for Actionable

impl Eq for Actionable

impl Ord for Actionable

impl<T: ObjectType> PartialEq<T> for Actionable

impl<T: ObjectType> PartialOrd<T> for Actionable

impl Display for Actionable[src]

impl Debug for Actionable

impl Hash for Actionable

impl IsA<Widget> for Actionable

impl IsA<Buildable> for Actionable

impl IsA<Actionable> for Button

impl IsA<Actionable> for CheckButton

impl IsA<Actionable> for CheckMenuItem

impl IsA<Actionable> for ColorButton

impl IsA<Actionable> for FontButton

impl IsA<Actionable> for ImageMenuItem

impl IsA<Actionable> for LinkButton

impl IsA<Actionable> for ListBoxRow

impl IsA<Actionable> for LockButton

impl IsA<Actionable> for MenuButton

impl IsA<Actionable> for MenuItem

impl IsA<Actionable> for MenuToolButton

impl IsA<Actionable> for ModelButton

impl IsA<Actionable> for RadioButton

impl IsA<Actionable> for RadioMenuItem

impl IsA<Actionable> for RadioToolButton

impl IsA<Actionable> for ScaleButton

impl IsA<Actionable> for SeparatorMenuItem

impl IsA<Actionable> for Switch

impl IsA<Actionable> for ToggleButton

impl IsA<Actionable> for ToggleToolButton

impl IsA<Actionable> for ToolButton

impl IsA<Actionable> for VolumeButton

impl StaticType for Actionable

Auto Trait Implementations

impl !Send for Actionable

impl !Sync for Actionable

impl Unpin for Actionable

impl UnwindSafe for Actionable

impl RefUnwindSafe for Actionable

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]