Struct MENUPOPUPSELECT
#[repr(transparent)]pub struct MENUPOPUPSELECT(pub i32);Tuple Fields§
§0: i32Trait Implementations§
§impl Clone for MENUPOPUPSELECT
 
impl Clone for MENUPOPUPSELECT
§fn clone(&self) -> MENUPOPUPSELECT
 
fn clone(&self) -> MENUPOPUPSELECT
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 more§impl Debug for MENUPOPUPSELECT
 
impl Debug for MENUPOPUPSELECT
§impl Default for MENUPOPUPSELECT
 
impl Default for MENUPOPUPSELECT
§fn default() -> MENUPOPUPSELECT
 
fn default() -> MENUPOPUPSELECT
Returns the “default value” for a type. Read more
§impl PartialEq for MENUPOPUPSELECT
 
impl PartialEq for MENUPOPUPSELECT
impl Copy for MENUPOPUPSELECT
impl Eq for MENUPOPUPSELECT
impl StructuralPartialEq for MENUPOPUPSELECT
Auto Trait Implementations§
impl Freeze for MENUPOPUPSELECT
impl RefUnwindSafe for MENUPOPUPSELECT
impl Send for MENUPOPUPSELECT
impl Sync for MENUPOPUPSELECT
impl Unpin for MENUPOPUPSELECT
impl UnwindSafe for MENUPOPUPSELECT
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