#[repr(C)]
pub struct CLUS_CSV_VOLUME_INFO { pub VolumeOffset: u64, pub PartitionNumber: u32, pub FaultState: CLUSTER_CSV_VOLUME_FAULT_STATE, pub BackupState: CLUSTER_SHARED_VOLUME_BACKUP_STATE, pub szVolumeFriendlyName: [u16; 260], pub szVolumeName: [u16; 50], }
Expand description

Required features: "Win32_Networking_Clustering"

Fields

VolumeOffset: u64PartitionNumber: u32FaultState: CLUSTER_CSV_VOLUME_FAULT_STATEBackupState: CLUSTER_SHARED_VOLUME_BACKUP_STATEszVolumeFriendlyName: [u16; 260]szVolumeName: [u16; 50]

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.