#[repr(C)]pub struct IBluetoothLEConnectionParameters_Vtbl {
pub base__: IInspectable_Vtbl,
pub LinkTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub ConnectionLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub ConnectionInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LinkTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§ConnectionLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§ConnectionInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEConnectionParameters_Vtbl
impl RefUnwindSafe for IBluetoothLEConnectionParameters_Vtbl
impl Send for IBluetoothLEConnectionParameters_Vtbl
impl Sync for IBluetoothLEConnectionParameters_Vtbl
impl Unpin for IBluetoothLEConnectionParameters_Vtbl
impl UnwindSafe for IBluetoothLEConnectionParameters_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