Struct IStorageProviderBanners_Vtbl
#[repr(C)]pub struct IStorageProviderBanners_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetBanner: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub ClearBanner: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub ClearAllBanners: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetBanner: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetBanner: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
§ClearBanner: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§ClearAllBanners: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetBanner: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IStorageProviderBanners_Vtbl
impl IStorageProviderBanners_Vtbl
pub const fn new<Identity: IStorageProviderBanners_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStorageProviderBanners_Vtbl
impl RefUnwindSafe for IStorageProviderBanners_Vtbl
impl Send for IStorageProviderBanners_Vtbl
impl Sync for IStorageProviderBanners_Vtbl
impl Unpin for IStorageProviderBanners_Vtbl
impl UnwindSafe for IStorageProviderBanners_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