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