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