#[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_MAPPING§localName: *mut WS_XML_STRING§ns: *mut WS_XML_STRING§type: WS_TYPE§typeDescription: *mut c_void§offset: u32§options: u32§defaultValue: *mut WS_DEFAULT_VALUE§countOffset: u32§itemLocalName: *mut WS_XML_STRING§itemNs: *mut WS_XML_STRING§itemRange: *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.