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