Struct nuklear::PopupBuffer [−][src]
#[repr(C)]pub struct PopupBuffer { pub begin: usize, pub parent: usize, pub last: usize, pub end: usize, pub active: i32, }
Fields
begin: usize
parent: usize
last: usize
end: usize
active: i32
Trait Implementations
impl Clone for nk_popup_buffer[src]
impl Clone for nk_popup_bufferfn clone(&self) -> nk_popup_buffer[src]
fn clone(&self) -> nk_popup_bufferReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for nk_popup_buffer[src]
impl Default for nk_popup_bufferfn default() -> nk_popup_buffer[src]
fn default() -> nk_popup_bufferReturns the "default value" for a type. Read more
impl Debug for nk_popup_buffer[src]
impl Debug for nk_popup_bufferfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_popup_buffer[src]
impl Copy for nk_popup_bufferAuto Trait Implementations
impl Send for nk_popup_buffer
impl Send for nk_popup_bufferimpl Sync for nk_popup_buffer
impl Sync for nk_popup_buffer