Struct windows_sys::Win32::System::Mmc::MMC_SORT_SET_DATA
[−]#[repr(C)]pub struct MMC_SORT_SET_DATA {
pub cbSize: i32,
pub nNumItems: i32,
pub pSortData: *mut MMC_SORT_DATA,
}
Expand description
Required features: "Win32_System_Mmc"
Fields
cbSize: i32
nNumItems: i32
pSortData: *mut MMC_SORT_DATA
Trait Implementations
impl Clone for MMC_SORT_SET_DATA
impl Clone for MMC_SORT_SET_DATA
impl Copy for MMC_SORT_SET_DATA
Auto Trait Implementations
impl RefUnwindSafe for MMC_SORT_SET_DATA
impl !Send for MMC_SORT_SET_DATA
impl !Sync for MMC_SORT_SET_DATA
impl Unpin for MMC_SORT_SET_DATA
impl UnwindSafe for MMC_SORT_SET_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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