#[repr(C)]
pub struct CLUSTER_RESOURCE_ENUM_ITEM {
Show 13 fields pub dwVersion: u32, pub cbId: u32, pub lpszId: PWSTR, pub cbName: u32, pub lpszName: PWSTR, pub cbOwnerGroupName: u32, pub lpszOwnerGroupName: PWSTR, pub cbOwnerGroupId: u32, pub lpszOwnerGroupId: PWSTR, pub cbProperties: u32, pub pProperties: *mut c_void, pub cbRoProperties: u32, pub pRoProperties: *mut c_void,
}
Expand description

Required features: "Win32_Networking_Clustering"

Fields

dwVersion: u32cbId: u32lpszId: PWSTRcbName: u32lpszName: PWSTRcbOwnerGroupName: u32lpszOwnerGroupName: PWSTRcbOwnerGroupId: u32lpszOwnerGroupId: PWSTRcbProperties: u32pProperties: *mut c_voidcbRoProperties: u32pRoProperties: *mut c_void

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.