Struct windows::Devices::I2c::II2cConnectionSettings_Vtbl
#[repr(C)]pub struct II2cConnectionSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub SlaveAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSlaveAddress: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub BusSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut I2cBusSpeed) -> HRESULT,
pub SetBusSpeed: unsafe extern "system" fn(_: *mut c_void, _: I2cBusSpeed) -> HRESULT,
pub SharingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut I2cSharingMode) -> HRESULT,
pub SetSharingMode: unsafe extern "system" fn(_: *mut c_void, _: I2cSharingMode) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SlaveAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSlaveAddress: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§BusSpeed: unsafe extern "system" fn(_: *mut c_void, _: *mut I2cBusSpeed) -> HRESULT
§SetBusSpeed: unsafe extern "system" fn(_: *mut c_void, _: I2cBusSpeed) -> HRESULT
§SharingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut I2cSharingMode) -> HRESULT
§SetSharingMode: unsafe extern "system" fn(_: *mut c_void, _: I2cSharingMode) -> HRESULT
Auto Trait Implementations§
impl Freeze for II2cConnectionSettings_Vtbl
impl RefUnwindSafe for II2cConnectionSettings_Vtbl
impl Send for II2cConnectionSettings_Vtbl
impl Sync for II2cConnectionSettings_Vtbl
impl Unpin for II2cConnectionSettings_Vtbl
impl UnwindSafe for II2cConnectionSettings_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