Struct windows::Devices::Bluetooth::Rfcomm::IRfcommDeviceService_Vtbl
#[repr(C)]pub struct IRfcommDeviceService_Vtbl {
pub base__: IInspectable_Vtbl,
pub ConnectionHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectionServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT,
pub MaxProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT,
pub GetSdpRawAttributesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSdpRawAttributesWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ConnectionHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectionServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT
§MaxProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT
§GetSdpRawAttributesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetSdpRawAttributesWithCacheModeAsync: unsafe extern "system" fn(_: *mut c_void, _: BluetoothCacheMode, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRfcommDeviceService_Vtbl
impl RefUnwindSafe for IRfcommDeviceService_Vtbl
impl Send for IRfcommDeviceService_Vtbl
impl Sync for IRfcommDeviceService_Vtbl
impl Unpin for IRfcommDeviceService_Vtbl
impl UnwindSafe for IRfcommDeviceService_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more