#[repr(C)]pub struct CbfExternalDragDrop {
pub tab_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§
§tab_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 CbfExternalDragDrop
impl Clone for CbfExternalDragDrop
Source§fn clone(&self) -> CbfExternalDragDrop
fn clone(&self) -> CbfExternalDragDrop
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 CbfExternalDragDrop
impl Debug for CbfExternalDragDrop
Source§impl Default for CbfExternalDragDrop
impl Default for CbfExternalDragDrop
Source§fn default() -> CbfExternalDragDrop
fn default() -> CbfExternalDragDrop
Returns the “default value” for a type. Read more
impl Copy for CbfExternalDragDrop
Auto Trait Implementations§
impl Freeze for CbfExternalDragDrop
impl RefUnwindSafe for CbfExternalDragDrop
impl Send for CbfExternalDragDrop
impl Sync for CbfExternalDragDrop
impl Unpin for CbfExternalDragDrop
impl UnsafeUnpin for CbfExternalDragDrop
impl UnwindSafe for CbfExternalDragDrop
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