#[repr(C, align(8))]pub struct mbWebDragData {
pub __bindgen_padding_0: [u32; 12],
pub m_itemList: *mut mbWebDragData_Item,
pub m_itemListLength: c_int,
pub m_modifierKeyState: c_int,
pub m_filesystemId: *mut mbMemBuf,
}
Fields§
§__bindgen_padding_0: [u32; 12]
§m_itemList: *mut mbWebDragData_Item
§m_itemListLength: c_int
§m_modifierKeyState: c_int
§m_filesystemId: *mut mbMemBuf
Trait Implementations§
Source§impl Clone for mbWebDragData
impl Clone for mbWebDragData
Source§fn clone(&self) -> mbWebDragData
fn clone(&self) -> mbWebDragData
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 mbWebDragData
impl Debug for mbWebDragData
impl Copy for mbWebDragData
Auto Trait Implementations§
impl Freeze for mbWebDragData
impl RefUnwindSafe for mbWebDragData
impl !Send for mbWebDragData
impl !Sync for mbWebDragData
impl Unpin for mbWebDragData
impl UnwindSafe for mbWebDragData
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