pub struct ChromeContextMenuIcon {
pub png_bytes: Vec<u8>,
pub width: u32,
pub height: u32,
}Fields§
§png_bytes: Vec<u8>§width: u32§height: u32Trait Implementations§
Source§impl Clone for ChromeContextMenuIcon
impl Clone for ChromeContextMenuIcon
Source§fn clone(&self) -> ChromeContextMenuIcon
fn clone(&self) -> ChromeContextMenuIcon
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 ChromeContextMenuIcon
impl Debug for ChromeContextMenuIcon
Source§impl From<ChromeContextMenuIcon> for ContextMenuIcon
impl From<ChromeContextMenuIcon> for ContextMenuIcon
Source§fn from(value: ChromeContextMenuIcon) -> Self
fn from(value: ChromeContextMenuIcon) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeContextMenuIcon
impl PartialEq for ChromeContextMenuIcon
impl Eq for ChromeContextMenuIcon
impl StructuralPartialEq for ChromeContextMenuIcon
Auto Trait Implementations§
impl Freeze for ChromeContextMenuIcon
impl RefUnwindSafe for ChromeContextMenuIcon
impl Send for ChromeContextMenuIcon
impl Sync for ChromeContextMenuIcon
impl Unpin for ChromeContextMenuIcon
impl UnsafeUnpin for ChromeContextMenuIcon
impl UnwindSafe for ChromeContextMenuIcon
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