Struct nuklear_sys::nk_buffer_marker [] [src]

#[repr(C)]
pub struct nk_buffer_marker { pub active: c_int, pub offset: nk_size, }

Fields

Trait Implementations

impl Debug for nk_buffer_marker
[src]

Formats the value using the given formatter.

impl Default for nk_buffer_marker
[src]

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

impl Copy for nk_buffer_marker
[src]

impl Clone for nk_buffer_marker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more