Struct miniblink_sys::_wkeWebDragData
source · #[repr(C)]pub struct _wkeWebDragData {
pub __bindgen_padding_0: [u64; 10],
pub m_itemList: *mut _wkeWebDragData_Item,
pub m_itemListLength: c_int,
pub m_modifierKeyState: c_int,
pub m_filesystemId: *mut wkeMemBuf,
}Fields§
§__bindgen_padding_0: [u64; 10]§m_itemList: *mut _wkeWebDragData_Item§m_itemListLength: c_int§m_modifierKeyState: c_int§m_filesystemId: *mut wkeMemBufTrait Implementations§
source§impl Clone for _wkeWebDragData
impl Clone for _wkeWebDragData
source§fn clone(&self) -> _wkeWebDragData
fn clone(&self) -> _wkeWebDragData
Returns a copy 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 _wkeWebDragData
impl Debug for _wkeWebDragData
impl Copy for _wkeWebDragData
Auto Trait Implementations§
impl Freeze for _wkeWebDragData
impl RefUnwindSafe for _wkeWebDragData
impl !Send for _wkeWebDragData
impl !Sync for _wkeWebDragData
impl Unpin for _wkeWebDragData
impl UnwindSafe for _wkeWebDragData
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