Struct windows_sys::Win32::System::Mmc::MMC_SORT_DATA
[−]#[repr(C)]pub struct MMC_SORT_DATA {
pub nColIndex: i32,
pub dwSortOptions: u32,
pub ulReserved: usize,
}
Expand description
Required features: "Win32_System_Mmc"
Fields
nColIndex: i32
dwSortOptions: u32
ulReserved: usize
Trait Implementations
impl Clone for MMC_SORT_DATA
impl Clone for MMC_SORT_DATA
impl Copy for MMC_SORT_DATA
Auto Trait Implementations
impl RefUnwindSafe for MMC_SORT_DATA
impl Send for MMC_SORT_DATA
impl Sync for MMC_SORT_DATA
impl Unpin for MMC_SORT_DATA
impl UnwindSafe for MMC_SORT_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more