Struct nuklear_rust::NkPopupState
[−]
[src]
#[repr(C)]pub struct NkPopupState { /* fields omitted */ }
Trait Implementations
impl Clone for NkPopupState[src]
fn clone(&self) -> NkPopupState
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
impl AsRef<nk_popup_state> for NkPopupState[src]
fn as_ref(&self) -> &nk_popup_state
Performs the conversion.
impl AsMut<nk_popup_state> for NkPopupState[src]
fn as_mut(&mut self) -> &mut nk_popup_state
Performs the conversion.