#[repr(C)]pub struct CbfDragData {
pub text: *mut c_char,
pub html: *mut c_char,
pub html_base_url: *mut c_char,
pub url_infos: CbfDragUrlInfoList,
pub filenames: CbfStringList,
pub file_mime_types: CbfStringList,
pub custom_data: CbfStringPairList,
}Fields§
§text: *mut c_char§html: *mut c_char§html_base_url: *mut c_char§url_infos: CbfDragUrlInfoList§filenames: CbfStringList§file_mime_types: CbfStringList§custom_data: CbfStringPairListTrait Implementations§
Source§impl Clone for CbfDragData
impl Clone for CbfDragData
Source§fn clone(&self) -> CbfDragData
fn clone(&self) -> CbfDragData
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 CbfDragData
impl Debug for CbfDragData
Source§impl Default for CbfDragData
impl Default for CbfDragData
Source§fn default() -> CbfDragData
fn default() -> CbfDragData
Returns the “default value” for a type. Read more
impl Copy for CbfDragData
Auto Trait Implementations§
impl Freeze for CbfDragData
impl RefUnwindSafe for CbfDragData
impl !Send for CbfDragData
impl !Sync for CbfDragData
impl Unpin for CbfDragData
impl UnsafeUnpin for CbfDragData
impl UnwindSafe for CbfDragData
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