#[repr(C)]
pub union SDP_ELEMENT_DATA_0 {
Show 18 fields pub int128: SDP_LARGE_INTEGER_16, pub int64: i64, pub int32: i32, pub int16: i16, pub int8: CHAR, pub uint128: SDP_ULARGE_INTEGER_16, pub uint64: u64, pub uint32: u32, pub uint16: u16, pub uint8: u8, pub booleanVal: u8, pub uuid128: GUID, pub uuid32: u32, pub uuid16: u16, pub string: SDP_ELEMENT_DATA_0_2, pub url: SDP_ELEMENT_DATA_0_3, pub sequence: SDP_ELEMENT_DATA_0_1, pub alternative: SDP_ELEMENT_DATA_0_0,
}
Expand description

Required features: "Win32_Devices_Bluetooth", "Win32_Foundation"

Fields§

§int128: SDP_LARGE_INTEGER_16§int64: i64§int32: i32§int16: i16§int8: CHAR§uint128: SDP_ULARGE_INTEGER_16§uint64: u64§uint32: u32§uint16: u16§uint8: u8§booleanVal: u8§uuid128: GUID§uuid32: u32§uuid16: u16§string: SDP_ELEMENT_DATA_0_2§url: SDP_ELEMENT_DATA_0_3§sequence: SDP_ELEMENT_DATA_0_1§alternative: SDP_ELEMENT_DATA_0_0

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.