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