Enum native_windows_gui::MousePressEvent [−][src]
#[repr(u8)]
pub enum MousePressEvent {
MousePressLeftUp,
MousePressLeftDown,
MousePressRightUp,
MousePressRightDown,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MousePressEventimpl Send for MousePressEventimpl Sync for MousePressEventimpl Unpin for MousePressEventimpl UnwindSafe for MousePressEventBlanket Implementations
Mutably borrows from an owned value. Read more