Enum nuklear_sys::nk_allocation_type
[−]
[src]
pub enum nk_allocation_type {
NK_BUFFER_FIXED,
NK_BUFFER_DYNAMIC,
}Variants
NK_BUFFER_FIXEDNK_BUFFER_DYNAMICTrait Implementations
impl Debug for nk_allocation_type[src]
impl Copy for nk_allocation_type[src]
impl Clone for nk_allocation_type[src]
fn clone(&self) -> nk_allocation_type
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