#[repr(C)]pub struct IBluetoothLEConnectionPhyInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsUncoded1MPhy: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsUncoded2MPhy: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCodedPhy: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsUncoded1MPhy: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsUncoded2MPhy: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsCodedPhy: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEConnectionPhyInfo_Vtbl
impl RefUnwindSafe for IBluetoothLEConnectionPhyInfo_Vtbl
impl Send for IBluetoothLEConnectionPhyInfo_Vtbl
impl Sync for IBluetoothLEConnectionPhyInfo_Vtbl
impl Unpin for IBluetoothLEConnectionPhyInfo_Vtbl
impl UnwindSafe for IBluetoothLEConnectionPhyInfo_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