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