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