Struct nuklear::PopupState [−][src]
#[repr(C)]pub struct PopupState { /* fields omitted */ }
Trait Implementations
impl Clone for PopupState[src]
impl Clone for PopupStatefn clone(&self) -> PopupState[src]
fn clone(&self) -> PopupStateReturns 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 Debug for PopupState[src]
impl Debug for PopupStatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_popup_state> for PopupState[src]
impl AsRef<nk_popup_state> for PopupStatefn as_ref(&self) -> &nk_popup_state[src]
fn as_ref(&self) -> &nk_popup_statePerforms the conversion.
impl AsMut<nk_popup_state> for PopupState[src]
impl AsMut<nk_popup_state> for PopupStatefn as_mut(&mut self) -> &mut nk_popup_state[src]
fn as_mut(&mut self) -> &mut nk_popup_statePerforms the conversion.
impl AsRef<PopupState> for nk_popup_state[src]
impl AsRef<PopupState> for nk_popup_statefn as_ref(&self) -> &PopupState[src]
fn as_ref(&self) -> &PopupStatePerforms the conversion.
impl AsMut<PopupState> for nk_popup_state[src]
impl AsMut<PopupState> for nk_popup_statefn as_mut(&mut self) -> &mut PopupState[src]
fn as_mut(&mut self) -> &mut PopupStatePerforms the conversion.
impl Default for PopupState[src]
impl Default for PopupStateAuto Trait Implementations
impl !Send for PopupState
impl !Send for PopupStateimpl !Sync for PopupState
impl !Sync for PopupState