Struct IPropertyDescription2_Vtbl
#[repr(C)]pub struct IPropertyDescription2_Vtbl {
pub base__: IPropertyDescription_Vtbl,
pub GetImageReferenceForValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IPropertyDescription_Vtbl
§GetImageReferenceForValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IPropertyDescription2_Vtbl
impl IPropertyDescription2_Vtbl
pub const fn new<Identity: IPropertyDescription2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPropertyDescription2_Vtbl
impl RefUnwindSafe for IPropertyDescription2_Vtbl
impl Send for IPropertyDescription2_Vtbl
impl Sync for IPropertyDescription2_Vtbl
impl Unpin for IPropertyDescription2_Vtbl
impl UnwindSafe for IPropertyDescription2_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