Struct IRfcommInboundConnectionInformation_Vtbl
#[repr(C)]pub struct IRfcommInboundConnectionInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub SdpRecord: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSdpRecord: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LocalServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocalServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ServiceCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothServiceCapabilities) -> HRESULT,
pub SetServiceCapabilities: unsafe extern "system" fn(_: *mut c_void, _: BluetoothServiceCapabilities) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SdpRecord: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSdpRecord: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§LocalServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLocalServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ServiceCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothServiceCapabilities) -> HRESULT§SetServiceCapabilities: unsafe extern "system" fn(_: *mut c_void, _: BluetoothServiceCapabilities) -> HRESULTAuto Trait Implementations§
impl Freeze for IRfcommInboundConnectionInformation_Vtbl
impl RefUnwindSafe for IRfcommInboundConnectionInformation_Vtbl
impl Send for IRfcommInboundConnectionInformation_Vtbl
impl Sync for IRfcommInboundConnectionInformation_Vtbl
impl Unpin for IRfcommInboundConnectionInformation_Vtbl
impl UnwindSafe for IRfcommInboundConnectionInformation_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