#[repr(C)]
pub struct VSS_SNAPSHOT_PROP {
Show 13 fields pub m_SnapshotId: GUID, pub m_SnapshotSetId: GUID, pub m_lSnapshotsCount: i32, pub m_pwszSnapshotDeviceObject: *mut u16, pub m_pwszOriginalVolumeName: *mut u16, pub m_pwszOriginatingMachine: *mut u16, pub m_pwszServiceMachine: *mut u16, pub m_pwszExposedName: *mut u16, pub m_pwszExposedPath: *mut u16, pub m_ProviderId: GUID, pub m_lSnapshotAttributes: i32, pub m_tsCreationTimestamp: i64, pub m_eStatus: VSS_SNAPSHOT_STATE,
}
Expand description

Required features: "Win32_Storage_Vss"

Fields

m_SnapshotId: GUIDm_SnapshotSetId: GUIDm_lSnapshotsCount: i32m_pwszSnapshotDeviceObject: *mut u16m_pwszOriginalVolumeName: *mut u16m_pwszOriginatingMachine: *mut u16m_pwszServiceMachine: *mut u16m_pwszExposedName: *mut u16m_pwszExposedPath: *mut u16m_ProviderId: GUIDm_lSnapshotAttributes: i32m_tsCreationTimestamp: i64m_eStatus: VSS_SNAPSHOT_STATE

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.