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,
}
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
§fn clone(&self) -> SHELLSTATEA
fn clone(&self) -> SHELLSTATEA
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 SHELLSTATEA
Auto Trait Implementations§
impl Freeze for SHELLSTATEA
impl RefUnwindSafe for SHELLSTATEA
impl Send for SHELLSTATEA
impl Sync for SHELLSTATEA
impl Unpin for SHELLSTATEA
impl UnwindSafe for SHELLSTATEA
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
)