#[repr(C)]
pub struct WS_FIELD_DESCRIPTION { pub mapping: WS_FIELD_MAPPING, pub localName: *mut WS_XML_STRING, pub ns: *mut WS_XML_STRING, pub type: WS_TYPE, pub typeDescription: *mut c_void, pub offset: u32, pub options: u32, pub defaultValue: *mut WS_DEFAULT_VALUE, pub countOffset: u32, pub itemLocalName: *mut WS_XML_STRING, pub itemNs: *mut WS_XML_STRING, pub itemRange: *mut WS_ITEM_RANGE, }
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"

Fields

mapping: WS_FIELD_MAPPINGlocalName: *mut WS_XML_STRINGns: *mut WS_XML_STRINGtype: WS_TYPEtypeDescription: *mut c_voidoffset: u32options: u32defaultValue: *mut WS_DEFAULT_VALUEcountOffset: u32itemLocalName: *mut WS_XML_STRINGitemNs: *mut WS_XML_STRINGitemRange: *mut WS_ITEM_RANGE

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.