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