Struct Folder_Vtbl
#[repr(C)]pub struct Folder_Vtbl {
pub base__: IDispatch_Vtbl,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Application: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ParentFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Items: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ParseName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NewFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT,
pub MoveHere: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT,
pub CopyHere: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT,
pub GetDetailsOf: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Application: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ParentFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Items: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ParseName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§NewFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT
§MoveHere: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT
§CopyHere: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT
§GetDetailsOf: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl Folder_Vtbl
impl Folder_Vtbl
pub const fn new<Identity: Folder_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for Folder_Vtbl
impl RefUnwindSafe for Folder_Vtbl
impl Send for Folder_Vtbl
impl Sync for Folder_Vtbl
impl Unpin for Folder_Vtbl
impl UnwindSafe for Folder_Vtbl
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