Struct nuklear_sys::nk_list_view [] [src]

#[repr(C)]
pub struct nk_list_view { pub begin: c_int, pub end: c_int, pub count: c_int, pub total_height: c_int, pub ctx: *mut nk_context, pub scroll_pointer: *mut nk_uint, pub scroll_value: nk_uint, }

Fields

Trait Implementations

impl Debug for nk_list_view
[src]

Formats the value using the given formatter.

impl Copy for nk_list_view
[src]

impl Clone for nk_list_view
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_list_view
[src]

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