Struct windows_sys::Win32::System::Search::SEARCH_COLUMN_PROPERTIES
[−]#[repr(C)]pub struct SEARCH_COLUMN_PROPERTIES {
pub Value: PROPVARIANT,
pub lcid: u32,
}
Expand description
Required features: ‘Win32_System_Search’, ‘Win32_Foundation’, ‘Win32_System_Com_StructuredStorage’
Fields
Value: PROPVARIANT
lcid: u32
Trait Implementations
impl Clone for SEARCH_COLUMN_PROPERTIES
impl Clone for SEARCH_COLUMN_PROPERTIES
impl Copy for SEARCH_COLUMN_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for SEARCH_COLUMN_PROPERTIES
impl !Send for SEARCH_COLUMN_PROPERTIES
impl !Sync for SEARCH_COLUMN_PROPERTIES
impl Unpin for SEARCH_COLUMN_PROPERTIES
impl UnwindSafe for SEARCH_COLUMN_PROPERTIES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more