Struct windows_sys::Win32::UI::Shell::SHELLSTATEW
[−]#[repr(C, packed(1))]pub struct SHELLSTATEW {
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: i32
dwWin95Unused: u32
uWin95Unused: u32
lParamSort: i32
iSortDirection: i32
version: u32
uNotUsed: u32
_bitfield2: i32
Trait Implementations
impl Clone for SHELLSTATEW
impl Clone for SHELLSTATEW
impl Copy for SHELLSTATEW
Auto Trait Implementations
impl RefUnwindSafe for SHELLSTATEW
impl Send for SHELLSTATEW
impl Sync for SHELLSTATEW
impl Unpin for SHELLSTATEW
impl UnwindSafe for SHELLSTATEW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more