#[repr(u32)]pub enum MouseButtonTypeWui {
MBT_LEFT = 0,
MBT_MIDDLE = 1,
MBT_RIGHT = 2,
}Expand description
Mouse button types. See cef_dll_sys::cef_mouse_button_type_t
Variants§
Trait Implementations§
Source§impl Clone for MouseButtonTypeWui
impl Clone for MouseButtonTypeWui
Source§fn clone(&self) -> MouseButtonTypeWui
fn clone(&self) -> MouseButtonTypeWui
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 MouseButtonTypeWui
impl Debug for MouseButtonTypeWui
Source§fn from(value: &MouseButtonTypeWui) -> Self
fn from(value: &MouseButtonTypeWui) -> Self
Converts to this type from the input type.
Source§impl Hash for MouseButtonTypeWui
impl Hash for MouseButtonTypeWui
Source§impl PartialEq for MouseButtonTypeWui
impl PartialEq for MouseButtonTypeWui
impl Copy for MouseButtonTypeWui
impl Eq for MouseButtonTypeWui
impl StructuralPartialEq for MouseButtonTypeWui
Auto Trait Implementations§
impl Freeze for MouseButtonTypeWui
impl RefUnwindSafe for MouseButtonTypeWui
impl Send for MouseButtonTypeWui
impl Sync for MouseButtonTypeWui
impl Unpin for MouseButtonTypeWui
impl UnwindSafe for MouseButtonTypeWui
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