Struct 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: i32Trait Implementations§
§impl Clone for SHELLSTATEW
impl Clone for SHELLSTATEW
§fn clone(&self) -> SHELLSTATEW
fn clone(&self) -> SHELLSTATEW
Returns a duplicate 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 more§impl Default for SHELLSTATEW
impl Default for SHELLSTATEW
§fn default() -> SHELLSTATEW
fn default() -> SHELLSTATEW
Returns the “default value” for a type. Read more
impl 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