[][src]Struct ni::nil::Layout

pub struct Layout<'n, 't> { /* fields omitted */ }

Implementations

impl<'n, 't> Layout<'n, 't>[src]

pub fn builder() -> LayoutBuilder<'n>[src]

pub fn size(&self, layouts: &[Layout]) -> UWord[src]

Trait Implementations

impl<'n, 't> Debug for Layout<'n, 't>[src]

Auto Trait Implementations

impl<'n, 't> RefUnwindSafe for Layout<'n, 't>

impl<'n, 't> Send for Layout<'n, 't>

impl<'n, 't> Sync for Layout<'n, 't>

impl<'n, 't> Unpin for Layout<'n, 't>

impl<'n, 't> UnwindSafe for Layout<'n, 't>

Blanket Implementations

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<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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.