Struct nuklear_sys::nk_buffer_marker
[−]
[src]
pub struct nk_buffer_marker {
pub active: c_int,
pub offset: nk_size,
}Fields
active: c_int
offset: nk_size
Trait Implementations
impl Debug for nk_buffer_marker[src]
impl Copy for nk_buffer_marker[src]
impl Clone for nk_buffer_marker[src]
fn clone(&self) -> nk_buffer_marker
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