#[repr(C, packed(1))]
pub struct SHELLSTATEA { pub _bitfield1: i32, pub dwWin95Unused: u32, pub uWin95Unused: u32, pub lParamSort: i32, pub iSortDirection: i32, pub version: u32, pub uNotUsed: u32, pub _bitfield2: i32, }
Expand description

Required features: "Win32_UI_Shell"

Fields

_bitfield1: i32dwWin95Unused: u32uWin95Unused: u32lParamSort: i32iSortDirection: i32version: u32uNotUsed: u32_bitfield2: 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.