Struct wcpopup::MenuItemState
source · pub struct MenuItemState(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
source§impl Clone for MenuItemState
impl Clone for MenuItemState
source§fn clone(&self) -> MenuItemState
fn clone(&self) -> MenuItemState
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 Debug for MenuItemState
impl Debug for MenuItemState
source§impl PartialEq for MenuItemState
impl PartialEq for MenuItemState
source§fn eq(&self, other: &MenuItemState) -> bool
fn eq(&self, other: &MenuItemState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MenuItemState
impl Serialize for MenuItemState
impl Eq for MenuItemState
impl StructuralPartialEq for MenuItemState
Auto Trait Implementations§
impl Freeze for MenuItemState
impl RefUnwindSafe for MenuItemState
impl Send for MenuItemState
impl Sync for MenuItemState
impl Unpin for MenuItemState
impl UnwindSafe for MenuItemState
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