Struct miniblink_sys::_wkeWebDragData_Item
source · #[repr(C)]pub struct _wkeWebDragData_Item {
pub storageType: _wkeWebDragData_Item_wkeStorageType,
pub stringType: *mut wkeMemBuf,
pub stringData: *mut wkeMemBuf,
pub filenameData: *mut wkeMemBuf,
pub displayNameData: *mut wkeMemBuf,
pub binaryData: *mut wkeMemBuf,
pub title: *mut wkeMemBuf,
pub fileSystemURL: *mut wkeMemBuf,
pub fileSystemFileSize: c_longlong,
pub baseURL: *mut wkeMemBuf,
}Fields§
§storageType: _wkeWebDragData_Item_wkeStorageType§stringType: *mut wkeMemBuf§stringData: *mut wkeMemBuf§filenameData: *mut wkeMemBuf§displayNameData: *mut wkeMemBuf§binaryData: *mut wkeMemBuf§title: *mut wkeMemBuf§fileSystemURL: *mut wkeMemBuf§fileSystemFileSize: c_longlong§baseURL: *mut wkeMemBufTrait Implementations§
source§impl Clone for _wkeWebDragData_Item
impl Clone for _wkeWebDragData_Item
source§fn clone(&self) -> _wkeWebDragData_Item
fn clone(&self) -> _wkeWebDragData_Item
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_Item
impl Debug for _wkeWebDragData_Item
impl Copy for _wkeWebDragData_Item
Auto Trait Implementations§
impl Freeze for _wkeWebDragData_Item
impl RefUnwindSafe for _wkeWebDragData_Item
impl !Send for _wkeWebDragData_Item
impl !Sync for _wkeWebDragData_Item
impl Unpin for _wkeWebDragData_Item
impl UnwindSafe for _wkeWebDragData_Item
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