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