[][src]Struct libbluetooth::sdp::sdp_data_struct_val

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

Methods

impl sdp_data_struct_val[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub unsafe fn uuid(&self) -> &uuid_t[src]

pub unsafe fn uuid_mut(&mut self) -> &mut uuid_t[src]

pub unsafe fn str_(&self) -> &*mut c_char[src]

pub unsafe fn str_mut(&mut self) -> &mut *mut c_char[src]

pub unsafe fn dataseq(&self) -> &*mut sdp_data_t[src]

pub unsafe fn dataseq_mut(&mut self) -> &mut *mut sdp_data_t[src]

Trait Implementations

impl Copy for sdp_data_struct_val[src]

impl Clone for sdp_data_struct_val[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.