Struct nuklear::Table[][src]

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

Trait Implementations

impl AsRef<nk_table> for Table
[src]

Performs the conversion.

impl AsMut<nk_table> for Table
[src]

Performs the conversion.

impl AsRef<Table> for nk_table
[src]

Performs the conversion.

impl AsMut<Table> for nk_table
[src]

Performs the conversion.

impl Default for Table
[src]

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

Auto Trait Implementations

impl !Send for Table

impl !Sync for Table