Struct SEARCH_COLUMN_PROPERTIES
#[repr(C)]pub struct SEARCH_COLUMN_PROPERTIES {
pub Value: PROPVARIANT,
pub lcid: u32,
}
Fields§
§Value: PROPVARIANT
§lcid: u32
Trait Implementations§
§impl Clone for SEARCH_COLUMN_PROPERTIES
impl Clone for SEARCH_COLUMN_PROPERTIES
Auto Trait Implementations§
impl Freeze for SEARCH_COLUMN_PROPERTIES
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§
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