pub struct BrowserViewMacNativeDragUpdate {
pub session_id: u64,
pub modifiers: u32,
pub position_in_widget_x: f32,
pub position_in_widget_y: f32,
pub position_in_screen_x: f32,
pub position_in_screen_y: f32,
}Fields§
§session_id: u64§modifiers: u32§position_in_widget_x: f32§position_in_widget_y: f32§position_in_screen_x: f32§position_in_screen_y: f32Trait Implementations§
Source§impl Clone for BrowserViewMacNativeDragUpdate
impl Clone for BrowserViewMacNativeDragUpdate
Source§fn clone(&self) -> BrowserViewMacNativeDragUpdate
fn clone(&self) -> BrowserViewMacNativeDragUpdate
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 PartialEq for BrowserViewMacNativeDragUpdate
impl PartialEq for BrowserViewMacNativeDragUpdate
Source§fn eq(&self, other: &BrowserViewMacNativeDragUpdate) -> bool
fn eq(&self, other: &BrowserViewMacNativeDragUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrowserViewMacNativeDragUpdate
Auto Trait Implementations§
impl Freeze for BrowserViewMacNativeDragUpdate
impl RefUnwindSafe for BrowserViewMacNativeDragUpdate
impl Send for BrowserViewMacNativeDragUpdate
impl Sync for BrowserViewMacNativeDragUpdate
impl Unpin for BrowserViewMacNativeDragUpdate
impl UnsafeUnpin for BrowserViewMacNativeDragUpdate
impl UnwindSafe for BrowserViewMacNativeDragUpdate
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