[][src]Struct winapi::um::vss::VSS_SNAPSHOT_PROP

#[repr(C)]
pub struct VSS_SNAPSHOT_PROP { pub m_SnapshotId: VSS_ID, pub m_SnapshotSetId: VSS_ID, pub m_lSnapshotsCount: LONG, pub m_pwszSnapshotDeviceObject: VSS_PWSZ, pub m_pwszOriginalVolumeName: VSS_PWSZ, pub m_pwszOriginatingMachine: VSS_PWSZ, pub m_pwszServiceMachine: VSS_PWSZ, pub m_pwszExposedName: VSS_PWSZ, pub m_pwszExposedPath: VSS_PWSZ, pub m_ProviderId: VSS_ID, pub m_lSnapshotAttributes: LONG, pub m_tsCreationTimestamp: VSS_TIMESTAMP, pub m_eStatus: VSS_SNAPSHOT_STATE, }

Fields

m_SnapshotId: VSS_IDm_SnapshotSetId: VSS_IDm_lSnapshotsCount: LONGm_pwszSnapshotDeviceObject: VSS_PWSZm_pwszOriginalVolumeName: VSS_PWSZm_pwszOriginatingMachine: VSS_PWSZm_pwszServiceMachine: VSS_PWSZm_pwszExposedName: VSS_PWSZm_pwszExposedPath: VSS_PWSZm_ProviderId: VSS_IDm_lSnapshotAttributes: LONGm_tsCreationTimestamp: VSS_TIMESTAMPm_eStatus: VSS_SNAPSHOT_STATE

Trait Implementations

impl Copy for VSS_SNAPSHOT_PROP[src]

impl Clone for VSS_SNAPSHOT_PROP[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VSS_SNAPSHOT_PROP[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]