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