Struct IShellView3_Vtbl
#[repr(C)]pub struct IShellView3_Vtbl {
pub base__: IShellView2_Vtbl,
pub CreateViewWindow3: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: FOLDERFLAGS, _: FOLDERFLAGS, _: FOLDERVIEWMODE, _: *const GUID, _: *const RECT, _: *mut HWND) -> HRESULT,
}
Fields§
§base__: IShellView2_Vtbl
§CreateViewWindow3: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: FOLDERFLAGS, _: FOLDERFLAGS, _: FOLDERVIEWMODE, _: *const GUID, _: *const RECT, _: *mut HWND) -> HRESULT
Implementations§
§impl IShellView3_Vtbl
impl IShellView3_Vtbl
pub const fn new<Identity: IShellView3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellView3_Vtbl
impl RefUnwindSafe for IShellView3_Vtbl
impl Send for IShellView3_Vtbl
impl Sync for IShellView3_Vtbl
impl Unpin for IShellView3_Vtbl
impl UnwindSafe for IShellView3_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