Struct nuklear_sys::nk_str
[−]
[src]
#[repr(C)]pub struct nk_str { pub buffer: nk_buffer, pub len: c_int, }
Fields
buffer: nk_buffer
len: c_int
Trait Implementations
impl Debug for nk_str[src]
impl Copy for nk_str[src]
impl Clone for nk_str[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more