#[repr(C)]
pub struct SHFOLDERCUSTOMSETTINGS {
Show 15 fields pub dwSize: u32, pub dwMask: u32, pub pvid: *mut GUID, pub pszWebViewTemplate: PWSTR, pub cchWebViewTemplate: u32, pub pszWebViewTemplateVersion: PWSTR, pub pszInfoTip: PWSTR, pub cchInfoTip: u32, pub pclsid: *mut GUID, pub dwFlags: u32, pub pszIconFile: PWSTR, pub cchIconFile: u32, pub iIconIndex: i32, pub pszLogo: PWSTR, pub cchLogo: u32,
}
Expand description

Required features: "Win32_UI_Shell"

Fields

dwSize: u32dwMask: u32pvid: *mut GUIDpszWebViewTemplate: PWSTRcchWebViewTemplate: u32pszWebViewTemplateVersion: PWSTRpszInfoTip: PWSTRcchInfoTip: u32pclsid: *mut GUIDdwFlags: u32pszIconFile: PWSTRcchIconFile: u32iIconIndex: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.