#[repr(C)]pub enum ShowState {
Hidden = 0,
Shown = 1,
}
Variants§
Trait Implementations§
Source§impl<'a> From<&'a u32> for &'a ShowState
impl<'a> From<&'a u32> for &'a ShowState
Source§fn from(a: &'a nk_show_states) -> &'a ShowState
fn from(a: &'a nk_show_states) -> &'a ShowState
Converts to this type from the input type.
Source§impl From<ShowState> for nk_show_states
impl From<ShowState> for nk_show_states
Source§fn from(a: ShowState) -> nk_show_states
fn from(a: ShowState) -> nk_show_states
Converts to this type from the input type.
Source§impl From<u32> for ShowState
impl From<u32> for ShowState
Source§fn from(a: nk_show_states) -> ShowState
fn from(a: nk_show_states) -> ShowState
Converts to this type from the input type.
impl Copy for ShowState
impl Eq for ShowState
impl StructuralPartialEq for ShowState
Auto Trait Implementations§
impl Freeze for ShowState
impl RefUnwindSafe for ShowState
impl Send for ShowState
impl Sync for ShowState
impl Unpin for ShowState
impl UnwindSafe for ShowState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more