Struct windows_sys::Win32::Devices::Bluetooth::SDP_ELEMENT_DATA
[−]#[repr(C)]pub struct SDP_ELEMENT_DATA {
pub type: SDP_TYPE,
pub specificType: SDP_SPECIFICTYPE,
pub data: SDP_ELEMENT_DATA_0,
}
Expand description
Required features: "Win32_Devices_Bluetooth"
, "Win32_Foundation"
Fields
type: SDP_TYPE
specificType: SDP_SPECIFICTYPE
data: SDP_ELEMENT_DATA_0
Trait Implementations
impl Clone for SDP_ELEMENT_DATA
impl Clone for SDP_ELEMENT_DATA
impl Copy for SDP_ELEMENT_DATA
Auto Trait Implementations
impl RefUnwindSafe for SDP_ELEMENT_DATA
impl !Send for SDP_ELEMENT_DATA
impl !Sync for SDP_ELEMENT_DATA
impl Unpin for SDP_ELEMENT_DATA
impl UnwindSafe for SDP_ELEMENT_DATA
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