Struct windows_sys::Win32::Storage::IndexServer::FULLPROPSPEC
[−]Expand description
Required features: ‘Win32_Storage_IndexServer’, ‘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
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