Struct windows_sys::Win32::System::Search::COLUMNSET
#[repr(C)]pub struct COLUMNSET {
pub cCol: u32,
pub aCol: *mut FULLPROPSPEC,
}
Expand description
Required features: "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
Fields§
§cCol: u32
§aCol: *mut FULLPROPSPEC
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for COLUMNSET
impl !Send for COLUMNSET
impl !Sync for COLUMNSET
impl Unpin for COLUMNSET
impl UnwindSafe for COLUMNSET
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