Struct nuklear::RowLayout[][src]

#[repr(C)]
pub struct RowLayout { /* fields omitted */ }

Methods

impl RowLayout
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

Trait Implementations

impl Clone for RowLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RowLayout
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_row_layout> for RowLayout
[src]

Performs the conversion.

impl AsMut<nk_row_layout> for RowLayout
[src]

Performs the conversion.

impl AsRef<RowLayout> for nk_row_layout
[src]

Performs the conversion.

impl AsMut<RowLayout> for nk_row_layout
[src]

Performs the conversion.

impl Default for RowLayout
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for RowLayout

impl !Sync for RowLayout