Struct IShellFolderViewCB_Vtbl
#[repr(C)]pub struct IShellFolderViewCB_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub MessageSFVCB: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§MessageSFVCB: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM) -> HRESULTImplementations§
§impl IShellFolderViewCB_Vtbl
 
impl IShellFolderViewCB_Vtbl
pub const fn new<Identity: IShellFolderViewCB_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellFolderViewCB_Vtbl
impl RefUnwindSafe for IShellFolderViewCB_Vtbl
impl Send for IShellFolderViewCB_Vtbl
impl Sync for IShellFolderViewCB_Vtbl
impl Unpin for IShellFolderViewCB_Vtbl
impl UnwindSafe for IShellFolderViewCB_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