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