pub struct ContextMenuTypeFlags(/* private fields */);Expand description
See cef_context_menu_type_flags_t for more documentation.
Trait Implementations§
Source§fn as_mut(&mut self) -> &mut cef_context_menu_type_flags_t
fn as_mut(&mut self) -> &mut cef_context_menu_type_flags_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§fn as_ref(&self) -> &cef_context_menu_type_flags_t
fn as_ref(&self) -> &cef_context_menu_type_flags_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ContextMenuTypeFlags
impl Clone for ContextMenuTypeFlags
Source§fn clone(&self) -> ContextMenuTypeFlags
fn clone(&self) -> ContextMenuTypeFlags
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 ContextMenuTypeFlags
impl Debug for ContextMenuTypeFlags
Source§impl Default for ContextMenuTypeFlags
impl Default for ContextMenuTypeFlags
Source§fn from(value: ContextMenuTypeFlags) -> Self
fn from(value: ContextMenuTypeFlags) -> Self
Converts to this type from the input type.
Source§fn from(value: cef_context_menu_type_flags_t) -> Self
fn from(value: cef_context_menu_type_flags_t) -> Self
Converts to this type from the input type.
Source§impl Hash for ContextMenuTypeFlags
impl Hash for ContextMenuTypeFlags
Source§impl PartialEq for ContextMenuTypeFlags
impl PartialEq for ContextMenuTypeFlags
impl Copy for ContextMenuTypeFlags
impl Eq for ContextMenuTypeFlags
impl StructuralPartialEq for ContextMenuTypeFlags
Auto Trait Implementations§
impl Freeze for ContextMenuTypeFlags
impl RefUnwindSafe for ContextMenuTypeFlags
impl Send for ContextMenuTypeFlags
impl Sync for ContextMenuTypeFlags
impl Unpin for ContextMenuTypeFlags
impl UnwindSafe for ContextMenuTypeFlags
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