#[repr(C)]pub struct PopupState { /* private fields */ }
Trait Implementations§
Source§impl AsMut<PopupState> for nk_popup_state
impl AsMut<PopupState> for nk_popup_state
Source§fn as_mut(&mut self) -> &mut PopupState
fn as_mut(&mut self) -> &mut PopupState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_popup_state> for PopupState
impl AsMut<nk_popup_state> for PopupState
Source§fn as_mut(&mut self) -> &mut nk_popup_state
fn as_mut(&mut self) -> &mut nk_popup_state
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<PopupState> for nk_popup_state
impl AsRef<PopupState> for nk_popup_state
Source§fn as_ref(&self) -> &PopupState
fn as_ref(&self) -> &PopupState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<nk_popup_state> for PopupState
impl AsRef<nk_popup_state> for PopupState
Source§fn as_ref(&self) -> &nk_popup_state
fn as_ref(&self) -> &nk_popup_state
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for PopupState
impl Clone for PopupState
Source§fn clone(&self) -> PopupState
fn clone(&self) -> PopupState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PopupState
impl RefUnwindSafe for PopupState
impl !Send for PopupState
impl !Sync for PopupState
impl Unpin for PopupState
impl UnwindSafe for PopupState
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