windows::Win32::UI::Shell::PropertiesSystem

Struct IPropertyDescription_Vtbl

#[repr(C)]
pub struct IPropertyDescription_Vtbl {
Show 22 fields pub base__: IUnknown_Vtbl, pub GetPropertyKey: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY) -> HRESULT, pub GetCanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub GetPropertyType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT, pub GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub GetEditInvitation: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub GetTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: PROPDESC_TYPE_FLAGS, _: *mut PROPDESC_TYPE_FLAGS) -> HRESULT, pub GetViewFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_VIEW_FLAGS) -> HRESULT, pub GetDefaultColumnWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetDisplayType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_DISPLAYTYPE) -> HRESULT, pub GetColumnState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetGroupingRange: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_GROUPING_RANGE) -> HRESULT, pub GetRelativeDescriptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_RELATIVEDESCRIPTION_TYPE) -> HRESULT, pub GetRelativeDescription: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: *const PROPVARIANT, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT, pub GetSortDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_SORTDESCRIPTION) -> HRESULT, pub GetSortDescriptionLabel: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut PWSTR) -> HRESULT, pub GetAggregationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_AGGREGATION_TYPE) -> HRESULT, pub GetConditionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_CONDITION_TYPE, _: *mut CONDITION_OPERATION) -> HRESULT, pub GetEnumTypeList: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT, pub CoerceToCanonicalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT, pub FormatForDisplay: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: PROPDESC_FORMAT_FLAGS, _: *mut PWSTR) -> HRESULT, pub IsValueCanonical: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetPropertyKey: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY) -> HRESULT§GetCanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§GetPropertyType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§GetEditInvitation: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§GetTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: PROPDESC_TYPE_FLAGS, _: *mut PROPDESC_TYPE_FLAGS) -> HRESULT§GetViewFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_VIEW_FLAGS) -> HRESULT§GetDefaultColumnWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetDisplayType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_DISPLAYTYPE) -> HRESULT§GetColumnState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetGroupingRange: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_GROUPING_RANGE) -> HRESULT§GetRelativeDescriptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_RELATIVEDESCRIPTION_TYPE) -> HRESULT§GetRelativeDescription: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: *const PROPVARIANT, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT§GetSortDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_SORTDESCRIPTION) -> HRESULT§GetSortDescriptionLabel: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut PWSTR) -> HRESULT§GetAggregationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_AGGREGATION_TYPE) -> HRESULT§GetConditionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_CONDITION_TYPE, _: *mut CONDITION_OPERATION) -> HRESULT§GetEnumTypeList: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT§CoerceToCanonicalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT§FormatForDisplay: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: PROPDESC_FORMAT_FLAGS, _: *mut PWSTR) -> HRESULT§IsValueCanonical: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT) -> HRESULT

Implementations§

§

impl IPropertyDescription_Vtbl

pub const fn new<Identity: IPropertyDescription_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.