#[repr(C)]pub struct CbfExternalDragEnter {
pub tab_id: u64,
pub data: CbfDragData,
pub allowed_operations: u32,
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§data: CbfDragData§allowed_operations: u32§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 CbfExternalDragEnter
impl Clone for CbfExternalDragEnter
Source§fn clone(&self) -> CbfExternalDragEnter
fn clone(&self) -> CbfExternalDragEnter
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 CbfExternalDragEnter
impl Debug for CbfExternalDragEnter
Source§impl Default for CbfExternalDragEnter
impl Default for CbfExternalDragEnter
impl Copy for CbfExternalDragEnter
Auto Trait Implementations§
impl Freeze for CbfExternalDragEnter
impl RefUnwindSafe for CbfExternalDragEnter
impl !Send for CbfExternalDragEnter
impl !Sync for CbfExternalDragEnter
impl Unpin for CbfExternalDragEnter
impl UnsafeUnpin for CbfExternalDragEnter
impl UnwindSafe for CbfExternalDragEnter
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