Struct nuklear_rust::NkPopupBuffer []

#[repr(C)]
pub struct NkPopupBuffer { pub begin: usize, pub parent: usize, pub last: usize, pub end: usize, pub active: i32, }

Fields

Trait Implementations

impl Default for nk_popup_buffer

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

impl Copy for nk_popup_buffer

impl Debug for nk_popup_buffer

Formats the value using the given formatter.

impl Clone for nk_popup_buffer

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more