[][src]Struct winapi::um::bluetoothapis::SDP_ELEMENT_DATA_data

#[repr(C)]
pub struct SDP_ELEMENT_DATA_data(_);

Methods

impl SDP_ELEMENT_DATA_data[src]

pub unsafe fn int128(&self) -> &SDP_LARGE_INTEGER_16[src]

pub unsafe fn int128_mut(&mut self) -> &mut SDP_LARGE_INTEGER_16[src]

pub unsafe fn int64(&self) -> &LONGLONG[src]

pub unsafe fn int64_mut(&mut self) -> &mut LONGLONG[src]

pub unsafe fn int32(&self) -> &LONG[src]

pub unsafe fn int32_mut(&mut self) -> &mut LONG[src]

pub unsafe fn int16(&self) -> &SHORT[src]

pub unsafe fn int16_mut(&mut self) -> &mut SHORT[src]

pub unsafe fn int8(&self) -> &CHAR[src]

pub unsafe fn int8_mut(&mut self) -> &mut CHAR[src]

pub unsafe fn uint128(&self) -> &SDP_ULARGE_INTEGER_16[src]

pub unsafe fn uint128_mut(&mut self) -> &mut SDP_ULARGE_INTEGER_16[src]

pub unsafe fn uint64(&self) -> &ULONGLONG[src]

pub unsafe fn uint64_mut(&mut self) -> &mut ULONGLONG[src]

pub unsafe fn uint32(&self) -> &ULONG[src]

pub unsafe fn uint32_mut(&mut self) -> &mut ULONG[src]

pub unsafe fn uint16(&self) -> &USHORT[src]

pub unsafe fn uint16_mut(&mut self) -> &mut USHORT[src]

pub unsafe fn uint8(&self) -> &UCHAR[src]

pub unsafe fn uint8_mut(&mut self) -> &mut UCHAR[src]

pub unsafe fn booleanVal(&self) -> &UCHAR[src]

pub unsafe fn booleanVal_mut(&mut self) -> &mut UCHAR[src]

pub unsafe fn uuid128(&self) -> &GUID[src]

pub unsafe fn uuid128_mut(&mut self) -> &mut GUID[src]

pub unsafe fn uuid32(&self) -> &ULONG[src]

pub unsafe fn uuid32_mut(&mut self) -> &mut ULONG[src]

pub unsafe fn uuid16(&self) -> &USHORT[src]

pub unsafe fn uuid16_mut(&mut self) -> &mut USHORT[src]

pub unsafe fn string(&self) -> &SDP_ELEMENT_DATA_data_string[src]

pub unsafe fn string_mut(&mut self) -> &mut SDP_ELEMENT_DATA_data_string[src]

pub unsafe fn url(&self) -> &SDP_ELEMENT_DATA_data_url[src]

pub unsafe fn url_mut(&mut self) -> &mut SDP_ELEMENT_DATA_data_url[src]

pub unsafe fn sequence(&self) -> &SDP_ELEMENT_DATA_data_sequence[src]

pub unsafe fn sequence_mut(&mut self) -> &mut SDP_ELEMENT_DATA_data_sequence[src]

pub unsafe fn alternative(&self) -> &SDP_ELEMENT_DATA_data_alternative[src]

pub unsafe fn alternative_mut(
    &mut self
) -> &mut SDP_ELEMENT_DATA_data_alternative
[src]

Trait Implementations

impl Copy for SDP_ELEMENT_DATA_data[src]

impl Clone for SDP_ELEMENT_DATA_data[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for SDP_ELEMENT_DATA_data[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]