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