#[repr(C)]
pub struct WS_STRUCT_DESCRIPTION { pub size: u32, pub alignment: u32, pub fields: *mut *mut WS_FIELD_DESCRIPTION, pub fieldCount: u32, pub typeLocalName: *mut WS_XML_STRING, pub typeNs: *mut WS_XML_STRING, pub parentType: *mut WS_STRUCT_DESCRIPTION, pub subTypes: *mut *mut WS_STRUCT_DESCRIPTION, pub subTypeCount: u32, pub structOptions: u32, }
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"

Fields

size: u32alignment: u32fields: *mut *mut WS_FIELD_DESCRIPTIONfieldCount: u32typeLocalName: *mut WS_XML_STRINGtypeNs: *mut WS_XML_STRINGparentType: *mut WS_STRUCT_DESCRIPTIONsubTypes: *mut *mut WS_STRUCT_DESCRIPTIONsubTypeCount: u32structOptions: u32

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.