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