Struct windows_sys::Win32::UI::Shell::SORTCOLUMN
#[repr(C)]pub struct SORTCOLUMN {
pub propkey: PROPERTYKEY,
pub direction: SORTDIRECTION,
}Expand description
Required features: "Win32_UI_Shell_PropertiesSystem"
Fields§
§propkey: PROPERTYKEY§direction: SORTDIRECTIONTrait Implementations§
§impl Clone for SORTCOLUMN
impl Clone for SORTCOLUMN
impl Copy for SORTCOLUMN
Auto Trait Implementations§
impl RefUnwindSafe for SORTCOLUMN
impl Send for SORTCOLUMN
impl Sync for SORTCOLUMN
impl Unpin for SORTCOLUMN
impl UnwindSafe for SORTCOLUMN
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