pub struct BrowserViewMacNativeDragDrop {
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 BrowserViewMacNativeDragDrop
impl Clone for BrowserViewMacNativeDragDrop
Source§fn clone(&self) -> BrowserViewMacNativeDragDrop
fn clone(&self) -> BrowserViewMacNativeDragDrop
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 BrowserViewMacNativeDragDrop
impl Debug for BrowserViewMacNativeDragDrop
Source§impl PartialEq for BrowserViewMacNativeDragDrop
impl PartialEq for BrowserViewMacNativeDragDrop
Source§fn eq(&self, other: &BrowserViewMacNativeDragDrop) -> bool
fn eq(&self, other: &BrowserViewMacNativeDragDrop) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrowserViewMacNativeDragDrop
Auto Trait Implementations§
impl Freeze for BrowserViewMacNativeDragDrop
impl RefUnwindSafe for BrowserViewMacNativeDragDrop
impl Send for BrowserViewMacNativeDragDrop
impl Sync for BrowserViewMacNativeDragDrop
impl Unpin for BrowserViewMacNativeDragDrop
impl UnsafeUnpin for BrowserViewMacNativeDragDrop
impl UnwindSafe for BrowserViewMacNativeDragDrop
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