Struct windows::Win32::UI::Shell::Folder3_Vtbl
#[repr(C)]pub struct Folder3_Vtbl {
pub base__: Folder2_Vtbl,
pub ShowWebViewBarricade: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetShowWebViewBarricade: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: Folder2_Vtbl
§ShowWebViewBarricade: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetShowWebViewBarricade: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl Folder3_Vtbl
impl Folder3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> Folder3_Vtblwhere
Identity: Folder3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for Folder3_Vtbl
impl RefUnwindSafe for Folder3_Vtbl
impl Send for Folder3_Vtbl
impl Sync for Folder3_Vtbl
impl Unpin for Folder3_Vtbl
impl UnwindSafe for Folder3_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