#[repr(C)]
pub union CLUSPROP_BUFFER_HELPER {
Show 28 fields pub pb: *mut u8, pub pw: *mut u16, pub pdw: *mut u32, pub pl: *mut i32, pub psz: PWSTR, pub pList: *mut CLUSPROP_LIST, pub pSyntax: *mut CLUSPROP_SYNTAX, pub pName: *mut CLUSPROP_SZ, pub pValue: *mut CLUSPROP_VALUE, pub pBinaryValue: *mut CLUSPROP_BINARY, pub pWordValue: *mut CLUSPROP_WORD, pub pDwordValue: *mut CLUSPROP_DWORD, pub pLongValue: *mut CLUSPROP_LONG, pub pULargeIntegerValue: *mut CLUSPROP_ULARGE_INTEGER, pub pLargeIntegerValue: *mut CLUSPROP_LARGE_INTEGER, pub pStringValue: *mut CLUSPROP_SZ, pub pMultiSzValue: *mut CLUSPROP_SZ, pub pSecurityDescriptor: *mut CLUSPROP_SECURITY_DESCRIPTOR, pub pResourceClassValue: *mut CLUSPROP_RESOURCE_CLASS, pub pResourceClassInfoValue: *mut CLUSPROP_RESOURCE_CLASS_INFO, pub pDiskSignatureValue: *mut CLUSPROP_DWORD, pub pScsiAddressValue: *mut CLUSPROP_SCSI_ADDRESS, pub pDiskNumberValue: *mut CLUSPROP_DWORD, pub pPartitionInfoValue: *mut CLUSPROP_PARTITION_INFO, pub pRequiredDependencyValue: *mut CLUSPROP_REQUIRED_DEPENDENCY, pub pPartitionInfoValueEx: *mut CLUSPROP_PARTITION_INFO_EX, pub pPartitionInfoValueEx2: *mut CLUSPROP_PARTITION_INFO_EX2, pub pFileTimeValue: *mut CLUSPROP_FILETIME,
}
Expand description

Required features: "Win32_Networking_Clustering", "Win32_Foundation", "Win32_System_SystemServices"

Fields

pb: *mut u8pw: *mut u16pdw: *mut u32pl: *mut i32psz: PWSTRpList: *mut CLUSPROP_LISTpSyntax: *mut CLUSPROP_SYNTAXpName: *mut CLUSPROP_SZpValue: *mut CLUSPROP_VALUEpBinaryValue: *mut CLUSPROP_BINARYpWordValue: *mut CLUSPROP_WORDpDwordValue: *mut CLUSPROP_DWORDpLongValue: *mut CLUSPROP_LONGpULargeIntegerValue: *mut CLUSPROP_ULARGE_INTEGERpLargeIntegerValue: *mut CLUSPROP_LARGE_INTEGERpStringValue: *mut CLUSPROP_SZpMultiSzValue: *mut CLUSPROP_SZpSecurityDescriptor: *mut CLUSPROP_SECURITY_DESCRIPTORpResourceClassValue: *mut CLUSPROP_RESOURCE_CLASSpResourceClassInfoValue: *mut CLUSPROP_RESOURCE_CLASS_INFOpDiskSignatureValue: *mut CLUSPROP_DWORDpScsiAddressValue: *mut CLUSPROP_SCSI_ADDRESSpDiskNumberValue: *mut CLUSPROP_DWORDpPartitionInfoValue: *mut CLUSPROP_PARTITION_INFOpRequiredDependencyValue: *mut CLUSPROP_REQUIRED_DEPENDENCYpPartitionInfoValueEx: *mut CLUSPROP_PARTITION_INFO_EXpPartitionInfoValueEx2: *mut CLUSPROP_PARTITION_INFO_EX2pFileTimeValue: *mut CLUSPROP_FILETIME

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.