#[repr(C)]pub struct IRfcommConnectionTrigger_Vtbl {
pub base__: IInspectable_Vtbl,
pub InboundConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OutboundConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AllowMultipleConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowMultipleConnections: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT,
pub SetProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: SocketProtectionLevel) -> HRESULT,
pub RemoteHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRemoteHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InboundConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§OutboundConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AllowMultipleConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowMultipleConnections: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketProtectionLevel) -> HRESULT
§SetProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: SocketProtectionLevel) -> HRESULT
§RemoteHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetRemoteHostName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRfcommConnectionTrigger_Vtbl
impl RefUnwindSafe for IRfcommConnectionTrigger_Vtbl
impl Send for IRfcommConnectionTrigger_Vtbl
impl Sync for IRfcommConnectionTrigger_Vtbl
impl Unpin for IRfcommConnectionTrigger_Vtbl
impl UnwindSafe for IRfcommConnectionTrigger_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