Enum nuklear_rust::NkCollapseState
[−]
[src]
#[repr(i32)]pub enum NkCollapseState { NK_MINIMIZED, NK_MAXIMIZED, }
Variants
NK_MINIMIZEDNK_MAXIMIZEDTrait Implementations
impl Copy for nk_collapse_states[src]
impl Eq for nk_collapse_states[src]
impl Hash for nk_collapse_states[src]
impl PartialEq<nk_collapse_states> for nk_collapse_states[src]
fn eq(&self, __arg_0: &nk_collapse_states) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Debug for nk_collapse_states[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for nk_collapse_states[src]
fn clone(&self) -> nk_collapse_states
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