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