Struct windows::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,
}
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
§fn clone(&self) -> SHELLSTATEW
fn clone(&self) -> SHELLSTATEW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SHELLSTATEW
Auto Trait Implementations§
impl Freeze for SHELLSTATEW
impl RefUnwindSafe for SHELLSTATEW
impl Send for SHELLSTATEW
impl Sync for SHELLSTATEW
impl Unpin for SHELLSTATEW
impl UnwindSafe for SHELLSTATEW
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)