#[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: GUIDm_pwszProviderName: *mut u16m_eProviderType: VSS_PROVIDER_TYPEm_pwszProviderVersion: *mut u16m_ProviderVersionId: GUIDm_ClassId: GUID

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.