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