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