Struct windows::Devices::Spi::ISpiConnectionSettings_Vtbl
#[repr(C)]pub struct ISpiConnectionSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub ChipSelectLine: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetChipSelectLine: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut SpiMode) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: SpiMode) -> HRESULT,
pub DataBitLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDataBitLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ClockFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetClockFrequency: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SharingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut SpiSharingMode) -> HRESULT,
pub SetSharingMode: unsafe extern "system" fn(_: *mut c_void, _: SpiSharingMode) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ChipSelectLine: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetChipSelectLine: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut SpiMode) -> HRESULT
§SetMode: unsafe extern "system" fn(_: *mut c_void, _: SpiMode) -> HRESULT
§DataBitLength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetDataBitLength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ClockFrequency: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetClockFrequency: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SharingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut SpiSharingMode) -> HRESULT
§SetSharingMode: unsafe extern "system" fn(_: *mut c_void, _: SpiSharingMode) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpiConnectionSettings_Vtbl
impl RefUnwindSafe for ISpiConnectionSettings_Vtbl
impl Send for ISpiConnectionSettings_Vtbl
impl Sync for ISpiConnectionSettings_Vtbl
impl Unpin for ISpiConnectionSettings_Vtbl
impl UnwindSafe for ISpiConnectionSettings_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