[][src]Struct propertybindings::items::Text

pub struct Text<'a> {
    pub geometry: Geometry<'a>,
    pub layout_info: LayoutInfo<'a>,
    pub text: Property<'a, QString>,
    pub vertical_alignment: Property<'a, i32>,
    pub horizontal_alignment: Property<'a, i32>,
    // some fields omitted
}

Wraps a QtQuick Text

Fields

geometry: Geometry<'a>layout_info: LayoutInfo<'a>text: Property<'a, QString>vertical_alignment: Property<'a, i32>horizontal_alignment: Property<'a, i32>

Methods

impl<'a> Text<'a>[src]

pub fn new() -> Rc<Self>[src]

Trait Implementations

impl<'a> Item<'a> for Text<'a>[src]

impl<'a> Default for Text<'a>[src]

Auto Trait Implementations

impl<'a> !Send for Text<'a>

impl<'a> Unpin for Text<'a>

impl<'a> !Sync for Text<'a>

impl<'a> !UnwindSafe for Text<'a>

impl<'a> !RefUnwindSafe for Text<'a>

Blanket Implementations

impl<'a, T, I> Item<'a> for T where
    I: 'a + Item<'a>,
    T: Deref<Target = I>, 
[src]

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

impl<T> From<T> for T[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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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