Enum wcpopup::MenuItemType
source · pub enum MenuItemType {
Text,
Checkbox,
Radio,
Submenu,
Separator,
}
Variants§
Trait Implementations§
source§impl Clone for MenuItemType
impl Clone for MenuItemType
source§fn clone(&self) -> MenuItemType
fn clone(&self) -> MenuItemType
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 MenuItemType
impl Debug for MenuItemType
source§impl PartialEq for MenuItemType
impl PartialEq for MenuItemType
source§fn eq(&self, other: &MenuItemType) -> bool
fn eq(&self, other: &MenuItemType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MenuItemType
impl StructuralPartialEq for MenuItemType
Auto Trait Implementations§
impl Freeze for MenuItemType
impl RefUnwindSafe for MenuItemType
impl Send for MenuItemType
impl Sync for MenuItemType
impl Unpin for MenuItemType
impl UnwindSafe for MenuItemType
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