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