Struct nuklear_rust::NkStyle [] [src]

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

Methods

impl NkStyle
[src]

Trait Implementations

impl Clone for NkStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_style> for NkStyle
[src]

Performs the conversion.

impl AsMut<nk_style> for NkStyle
[src]

Performs the conversion.

impl Default for NkStyle
[src]

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