Struct SORTSET
#[repr(C)]pub struct SORTSET {
pub cCol: u32,
pub aCol: *mut SORTKEY,
}Fields§
§cCol: u32§aCol: *mut SORTKEYTrait Implementations§
§impl Default for SORTSET
Available on crate features Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage only.
impl Default for SORTSET
Available on crate features
Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage only.impl Copy for SORTSET
Auto Trait Implementations§
impl Freeze for SORTSET
impl RefUnwindSafe for SORTSET
impl !Send for SORTSET
impl !Sync for SORTSET
impl Unpin for SORTSET
impl UnwindSafe for SORTSET
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