Struct windows_sys::Win32::Storage::IndexServer::FULLPROPSPEC
#[repr(C)]pub struct FULLPROPSPEC {
pub guidPropSet: GUID,
pub psProperty: PROPSPEC,
}
Expand description
Required features: "Win32_System_Com_StructuredStorage"
Fields§
§guidPropSet: GUID
§psProperty: PROPSPEC
Trait Implementations§
§impl Clone for FULLPROPSPEC
impl Clone for FULLPROPSPEC
impl Copy for FULLPROPSPEC
Auto Trait Implementations§
impl RefUnwindSafe for FULLPROPSPEC
impl !Send for FULLPROPSPEC
impl !Sync for FULLPROPSPEC
impl Unpin for FULLPROPSPEC
impl UnwindSafe for FULLPROPSPEC
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