#[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_16int64: i64int32: i32int16: i16int8: CHARuint128: SDP_ULARGE_INTEGER_16uint64: u64uint32: u32uint16: u16uint8: u8booleanVal: u8uuid128: GUIDuuid32: u32uuid16: u16string: SDP_ELEMENT_DATA_0_2url: SDP_ELEMENT_DATA_0_3sequence: SDP_ELEMENT_DATA_0_1alternative: 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.