Struct nuklear_sys::nk_str [] [src]

#[repr(C)]
pub struct nk_str { pub buffer: nk_buffer, pub len: c_int, }

Fields

Trait Implementations

impl Debug for nk_str
[src]

Formats the value using the given formatter.

impl Copy for nk_str
[src]

impl Clone for nk_str
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_str
[src]

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