Struct limn_core::widget::LayoutGuardMut [] [src]

pub struct LayoutGuardMut<'a> { /* fields omitted */ }

Methods from Deref<Target = Layout>

[src]

[src]

Clears the container of the current Layout.

[src]

Replaces the container of the current layout. The container is what determines what constraints will be added between this layout and it's children, as they are added, if any.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'b> Deref for LayoutGuardMut<'b>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'b> DerefMut for LayoutGuardMut<'b>
[src]

[src]

Mutably dereferences the value.