Union windows_sys::Win32::Devices::Bluetooth::SDP_ELEMENT_DATA_0
[−]#[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
impl Clone for SDP_ELEMENT_DATA_0
impl Clone for SDP_ELEMENT_DATA_0
impl Copy for SDP_ELEMENT_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for SDP_ELEMENT_DATA_0
impl !Send for SDP_ELEMENT_DATA_0
impl !Sync for SDP_ELEMENT_DATA_0
impl Unpin for SDP_ELEMENT_DATA_0
impl UnwindSafe for SDP_ELEMENT_DATA_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more