[][src]Struct propertybindings::items::RowLayout

pub struct RowLayout<'a> {
    pub geometry: Geometry<'a>,
    pub layout_info: LayoutInfo<'a>,
    pub spacing: Property<'a, f64>,
    // some fields omitted
}

Fields

geometry: Geometry<'a>layout_info: LayoutInfo<'a>spacing: Property<'a, f64>

Methods

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

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

Trait Implementations

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

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

Auto Trait Implementations

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

impl<'a> Unpin for RowLayout<'a>

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

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

impl<'a> !RefUnwindSafe for RowLayout<'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]