Struct windows_sys::Win32::Storage::Vss::VSS_PROVIDER_PROP
[−]#[repr(C)]pub struct VSS_PROVIDER_PROP {
pub m_ProviderId: GUID,
pub m_pwszProviderName: *mut u16,
pub m_eProviderType: VSS_PROVIDER_TYPE,
pub m_pwszProviderVersion: *mut u16,
pub m_ProviderVersionId: GUID,
pub m_ClassId: GUID,
}
Expand description
Required features: "Win32_Storage_Vss"
Fields
m_ProviderId: GUID
m_pwszProviderName: *mut u16
m_eProviderType: VSS_PROVIDER_TYPE
m_pwszProviderVersion: *mut u16
m_ProviderVersionId: GUID
m_ClassId: GUID
Trait Implementations
impl Clone for VSS_PROVIDER_PROP
impl Clone for VSS_PROVIDER_PROP
impl Copy for VSS_PROVIDER_PROP
Auto Trait Implementations
impl RefUnwindSafe for VSS_PROVIDER_PROP
impl !Send for VSS_PROVIDER_PROP
impl !Sync for VSS_PROVIDER_PROP
impl Unpin for VSS_PROVIDER_PROP
impl UnwindSafe for VSS_PROVIDER_PROP
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