#[repr(C)]pub struct IMonikerProp_Vtbl {
pub base__: IUnknown_Vtbl,
pub PutProperty: unsafe extern "system" fn(_: *mut c_void, _: MONIKERPROPERTY, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PutProperty: unsafe extern "system" fn(_: *mut c_void, _: MONIKERPROPERTY, _: PCWSTR) -> HRESULT
Implementations§
§impl IMonikerProp_Vtbl
impl IMonikerProp_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMonikerProp_Vtblwhere
Identity: IMonikerProp_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMonikerProp_Vtbl
impl RefUnwindSafe for IMonikerProp_Vtbl
impl Send for IMonikerProp_Vtbl
impl Sync for IMonikerProp_Vtbl
impl Unpin for IMonikerProp_Vtbl
impl UnwindSafe for IMonikerProp_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