Struct nuklear_sys::nk_handle
[−]
[src]
#[repr(C)]pub struct nk_handle { pub ptr: __BindgenUnionField<*mut c_void>, pub id: __BindgenUnionField<c_int>, pub bindgen_union_field: usize, }
Fields
ptr: __BindgenUnionField<*mut c_void>
id: __BindgenUnionField<c_int>
bindgen_union_field: usize
Trait Implementations
impl Debug for nk_handle[src]
impl Default for nk_handle[src]
impl Copy for nk_handle[src]
impl Clone for nk_handle[src]
fn clone(&self) -> Self
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