Struct clutter::ActorMeta[][src]

pub struct ActorMeta(_, _);

Trait Implementations

impl Clone for ActorMeta[src]

impl Debug for ActorMeta[src]

impl Display for ActorMeta[src]

impl Eq for ActorMeta[src]

impl Hash for ActorMeta[src]

impl IsA<ActorMeta> for Action[src]

impl IsA<ActorMeta> for AlignConstraint[src]

impl IsA<ActorMeta> for DragAction[src]

impl IsA<ActorMeta> for DropAction[src]

impl IsA<ActorMeta> for Effect[src]

impl IsA<ActorMeta> for GestureAction[src]

impl IsA<ActorMeta> for OffscreenEffect[src]

impl IsA<ActorMeta> for PageTurnEffect[src]

impl IsA<ActorMeta> for PanAction[src]

impl IsA<ActorMeta> for PathConstraint[src]

impl IsA<ActorMeta> for RotateAction[src]

impl IsA<ActorMeta> for ShaderEffect[src]

impl IsA<ActorMeta> for BindConstraint[src]

impl IsA<ActorMeta> for SnapConstraint[src]

impl IsA<ActorMeta> for SwipeAction[src]

impl IsA<ActorMeta> for TapAction[src]

impl IsA<ActorMeta> for ZoomAction[src]

impl IsA<ActorMeta> for BlurEffect[src]

impl IsA<ActorMeta> for BrightnessContrastEffect[src]

impl IsA<ActorMeta> for ClickAction[src]

impl IsA<ActorMeta> for ColorizeEffect[src]

impl IsA<ActorMeta> for Constraint[src]

impl IsA<ActorMeta> for DeformEffect[src]

impl IsA<ActorMeta> for DesaturateEffect[src]

impl IsA<InitiallyUnowned> for ActorMeta[src]

impl Ord for ActorMeta[src]

impl<T: ObjectType> PartialEq<T> for ActorMeta[src]

impl<T: ObjectType> PartialOrd<T> for ActorMeta[src]

impl StaticType for ActorMeta[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

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

impl<T> ObjectExt for T where
    T: ObjectType
[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> ToValue for T where
    T: SetValue + ?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.