#[repr(transparent)]pub struct _wkeOnContextMenuItemClickType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
source§impl Clone for _wkeOnContextMenuItemClickType
impl Clone for _wkeOnContextMenuItemClickType
source§fn clone(&self) -> _wkeOnContextMenuItemClickType
fn clone(&self) -> _wkeOnContextMenuItemClickType
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 moresource§impl PartialEq for _wkeOnContextMenuItemClickType
impl PartialEq for _wkeOnContextMenuItemClickType
source§fn eq(&self, other: &_wkeOnContextMenuItemClickType) -> bool
fn eq(&self, other: &_wkeOnContextMenuItemClickType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeOnContextMenuItemClickType
impl Eq for _wkeOnContextMenuItemClickType
impl StructuralPartialEq for _wkeOnContextMenuItemClickType
Auto Trait Implementations§
impl Freeze for _wkeOnContextMenuItemClickType
impl RefUnwindSafe for _wkeOnContextMenuItemClickType
impl Send for _wkeOnContextMenuItemClickType
impl Sync for _wkeOnContextMenuItemClickType
impl Unpin for _wkeOnContextMenuItemClickType
impl UnwindSafe for _wkeOnContextMenuItemClickType
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