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