#[repr(C)]pub struct COLUMNSET {
pub cCol: u32,
pub aCol: *mut FULLPROPSPEC,
}
Expand description
Required features: "Win32_System_Search"
, "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
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