pub struct MenuItemType(/* private fields */);Expand description
See cef_menu_item_type_t for more documentation.
Trait Implementations§
Source§fn as_mut(&mut self) -> &mut cef_menu_item_type_t
fn as_mut(&mut self) -> &mut cef_menu_item_type_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§fn as_ref(&self) -> &cef_menu_item_type_t
fn as_ref(&self) -> &cef_menu_item_type_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MenuItemType
impl Clone for MenuItemType
Source§fn clone(&self) -> MenuItemType
fn clone(&self) -> MenuItemType
Returns a duplicate 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 Default for MenuItemType
impl Default for MenuItemType
Source§fn from(value: MenuItemType) -> Self
fn from(value: MenuItemType) -> Self
Converts to this type from the input type.
Source§fn from(value: cef_menu_item_type_t) -> Self
fn from(value: cef_menu_item_type_t) -> Self
Converts to this type from the input type.
Source§impl Hash for MenuItemType
impl Hash for MenuItemType
Source§impl PartialEq for MenuItemType
impl PartialEq for MenuItemType
impl Copy for MenuItemType
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