Struct components::Actor[][src]

pub struct Actor(_, _);

Implementations

impl Actor[src]

pub fn new() -> Actor[src]

Creates a new Actor.

A newly created actor has a floating reference, which will be sunk when it is added to another actor.

Returns

the newly created Actor

Trait Implementations

impl AsRef<Actor> for Button[src]

impl AsRef<Actor> for ComboBox[src]

impl AsRef<Actor> for ItemView[src]

impl AsRef<Actor> for KineticScrollView[src]

impl AsRef<Actor> for Label[src]

impl AsRef<Actor> for ListView[src]

impl AsRef<Actor> for Menu[src]

impl AsRef<Actor> for Notebook[src]

impl AsRef<Actor> for Pager[src]

impl AsRef<Actor> for PathBar[src]

impl AsRef<Actor> for ProgressBar[src]

impl AsRef<Actor> for ScrollBar[src]

impl AsRef<Actor> for Dialog[src]

impl AsRef<Actor> for ScrollView[src]

impl AsRef<Actor> for Slider[src]

impl AsRef<Actor> for Spinner[src]

impl AsRef<Actor> for Stack[src]

impl AsRef<Actor> for Surface[src]

impl AsRef<Actor> for Table[src]

impl AsRef<Actor> for Toggle[src]

impl AsRef<Actor> for Toolbar[src]

impl AsRef<Actor> for Tooltip[src]

impl AsRef<Actor> for Viewport[src]

impl AsRef<Actor> for Entry[src]

impl AsRef<Actor> for Widget[src]

impl AsRef<Actor> for Expander[src]

impl AsRef<Actor> for FloatingWidget[src]

impl AsRef<Actor> for Frame[src]

impl AsRef<Actor> for Grid[src]

impl AsRef<Actor> for Icon[src]

impl AsRef<Actor> for Image[src]

impl Clone for Actor[src]

impl Debug for Actor[src]

impl Default for Actor[src]

impl Display for Actor[src]

impl Eq for Actor[src]

impl Hash for Actor[src]

impl Is<Actor> for Actor[src]

impl Is<Actor> for Button[src]

impl Is<Actor> for Image[src]

impl Is<Actor> for ItemView[src]

impl Is<Actor> for KineticScrollView[src]

impl Is<Actor> for Label[src]

impl Is<Actor> for ListView[src]

impl Is<Actor> for Menu[src]

impl Is<Actor> for Notebook[src]

impl Is<Actor> for Pager[src]

impl Is<Actor> for PathBar[src]

impl Is<Actor> for ProgressBar[src]

impl Is<Actor> for ComboBox[src]

impl Is<Actor> for ScrollBar[src]

impl Is<Actor> for ScrollView[src]

impl Is<Actor> for Slider[src]

impl Is<Actor> for Spinner[src]

impl Is<Actor> for Stack[src]

impl Is<Actor> for Surface[src]

impl Is<Actor> for Table[src]

impl Is<Actor> for Toggle[src]

impl Is<Actor> for Toolbar[src]

impl Is<Actor> for Tooltip[src]

impl Is<Actor> for Dialog[src]

impl Is<Actor> for Viewport[src]

impl Is<Actor> for Widget[src]

impl Is<Actor> for Entry[src]

impl Is<Actor> for Expander[src]

impl Is<Actor> for FloatingWidget[src]

impl Is<Actor> for Frame[src]

impl Is<Actor> for Grid[src]

impl Is<Actor> for Icon[src]

impl IsA<Actor> for Clone[src]

impl IsA<Actor> for Stage[src]

impl IsA<Actor> for ScrollActor[src]

impl IsA<Actor> for Group[src]

impl IsA<Actor> for Text[src]

impl IsA<Actor> for Texture[src]

impl IsA<Actor> for Box[src]

impl IsA<Actor> for Rectangle[src]

impl IsA<Animatable> for Actor[src]

impl IsA<Container> for Actor[src]

impl IsA<InitiallyUnowned> for Actor[src]

impl Object for Actor[src]

impl Ord for Actor[src]

impl<T> PartialEq<T> for Actor where
    T: ObjectType
[src]

impl<T> PartialOrd<T> for Actor where
    T: ObjectType
[src]

impl StaticType for Actor[src]

Auto Trait Implementations

impl RefUnwindSafe for Actor

impl !Send for Actor

impl !Sync for Actor

impl Unpin for Actor

impl UnwindSafe for Actor

Blanket Implementations

impl<O> ActorExt for O where
    O: IsA<Actor>, 
[src]

impl<O> AnimatableExt for O where
    O: IsA<Animatable>, 
[src]

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> Construction<T> for T where
    T: Default + Clone
[src]

impl<O> ContainerExt for O where
    O: IsA<Container>, 
[src]

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

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

impl<Fr, To> IntoColor<To> for Fr where
    To: FromColor<Fr>, 

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,