[][src]Struct libhandy4::CarouselIndicatorLines

pub struct CarouselIndicatorLines(_);

Implementations

impl CarouselIndicatorLines[src]

pub fn new() -> CarouselIndicatorLines[src]

Create a new CarouselIndicatorLines widget.

Returns

The newly created CarouselIndicatorLines widget

Get the Carousel the indicator uses.

See: CarouselIndicatorLines::set_carousel

Returns

the Carousel, or None if none has been set

Sets the Carousel to use.

a Carousel

Trait Implementations

impl Clone for CarouselIndicatorLines[src]

impl Debug for CarouselIndicatorLines[src]

impl Default for CarouselIndicatorLines[src]

impl Display for CarouselIndicatorLines[src]

impl Eq for CarouselIndicatorLines[src]

impl Hash for CarouselIndicatorLines[src]

impl IsA<Accessible> for CarouselIndicatorLines[src]

impl IsA<Buildable> for CarouselIndicatorLines[src]

impl IsA<ConstraintTarget> for CarouselIndicatorLines[src]

impl IsA<Orientable> for CarouselIndicatorLines[src]

impl IsA<Widget> for CarouselIndicatorLines[src]

impl Ord for CarouselIndicatorLines[src]

impl ParentClassIs for CarouselIndicatorLines[src]

type Parent = Widget

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

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

impl StaticType for CarouselIndicatorLines[src]

impl StructuralEq for CarouselIndicatorLines[src]

Auto Trait Implementations

impl RefUnwindSafe for CarouselIndicatorLines[src]

impl !Send for CarouselIndicatorLines[src]

impl !Sync for CarouselIndicatorLines[src]

impl Unpin for CarouselIndicatorLines[src]

impl UnwindSafe for CarouselIndicatorLines[src]

Blanket Implementations

impl<O> AccessibleExt for O where
    O: IsA<Accessible>, 

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<O> BuildableExt for O where
    O: IsA<Buildable>, 

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

impl<T> Cast for T where
    T: ObjectType, 

impl<O> ConstraintTargetExt for O where
    O: IsA<ConstraintTarget>, 

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, 

impl<O> OrientableExt for O where
    O: IsA<Orientable>, 

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized

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

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

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<O> WidgetExt for O where
    O: IsA<Widget>, 

impl<O> WidgetExtManual for O where
    O: IsA<Widget>,