#[repr(C)]pub enum PopupType {
Static = 0,
Dynamic = 1,
}
Variants§
Trait Implementations§
Source§impl<'a> From<&'a u32> for &'a PopupType
impl<'a> From<&'a u32> for &'a PopupType
Source§fn from(a: &'a nk_popup_type) -> &'a PopupType
fn from(a: &'a nk_popup_type) -> &'a PopupType
Converts to this type from the input type.
Source§impl From<PopupType> for nk_popup_type
impl From<PopupType> for nk_popup_type
Source§fn from(a: PopupType) -> nk_popup_type
fn from(a: PopupType) -> nk_popup_type
Converts to this type from the input type.
Source§impl From<u32> for PopupType
impl From<u32> for PopupType
Source§fn from(a: nk_popup_type) -> PopupType
fn from(a: nk_popup_type) -> PopupType
Converts to this type from the input type.
impl Copy for PopupType
impl Eq for PopupType
impl StructuralPartialEq for PopupType
Auto Trait Implementations§
impl Freeze for PopupType
impl RefUnwindSafe for PopupType
impl Send for PopupType
impl Sync for PopupType
impl Unpin for PopupType
impl UnwindSafe for PopupType
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