pub struct ChromeExternalDragDrop {
pub browsing_context_id: TabId,
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§
§browsing_context_id: TabId§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 ChromeExternalDragDrop
impl Clone for ChromeExternalDragDrop
Source§fn clone(&self) -> ChromeExternalDragDrop
fn clone(&self) -> ChromeExternalDragDrop
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 ChromeExternalDragDrop
impl Debug for ChromeExternalDragDrop
Source§impl From<ChromeExternalDragDrop> for ExternalDragDrop
impl From<ChromeExternalDragDrop> for ExternalDragDrop
Source§fn from(value: ChromeExternalDragDrop) -> Self
fn from(value: ChromeExternalDragDrop) -> Self
Converts to this type from the input type.
Source§impl From<ExternalDragDrop> for ChromeExternalDragDrop
impl From<ExternalDragDrop> for ChromeExternalDragDrop
Source§fn from(value: ExternalDragDrop) -> Self
fn from(value: ExternalDragDrop) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeExternalDragDrop
impl PartialEq for ChromeExternalDragDrop
impl StructuralPartialEq for ChromeExternalDragDrop
Auto Trait Implementations§
impl Freeze for ChromeExternalDragDrop
impl RefUnwindSafe for ChromeExternalDragDrop
impl Send for ChromeExternalDragDrop
impl Sync for ChromeExternalDragDrop
impl Unpin for ChromeExternalDragDrop
impl UnsafeUnpin for ChromeExternalDragDrop
impl UnwindSafe for ChromeExternalDragDrop
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