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