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