Struct Folder2_Vtbl
#[repr(C)]pub struct Folder2_Vtbl {
pub base__: Folder_Vtbl,
pub Self_: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OfflineStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Synchronize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub HaveToShowWebViewBarricade: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub DismissedWebViewBarricade: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: Folder_Vtbl
§Self_: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§OfflineStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Synchronize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§HaveToShowWebViewBarricade: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§DismissedWebViewBarricade: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl Folder2_Vtbl
impl Folder2_Vtbl
pub const fn new<Identity: Folder2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for Folder2_Vtbl
impl RefUnwindSafe for Folder2_Vtbl
impl Send for Folder2_Vtbl
impl Sync for Folder2_Vtbl
impl Unpin for Folder2_Vtbl
impl UnwindSafe for Folder2_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