Struct IGpioChangeReader_Vtbl
#[repr(C)]pub struct IGpioChangeReader_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub Capacity: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub IsEmpty: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsOverflowed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetPolarity: unsafe extern "system" fn(_: *mut c_void, _: GpioChangePolarity) -> HRESULT,
pub Polarity: unsafe extern "system" fn(_: *mut c_void, _: *mut GpioChangePolarity) -> HRESULT,
pub IsStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetNextItem: unsafe extern "system" fn(_: *mut c_void, _: *mut GpioChangeRecord) -> HRESULT,
pub PeekNextItem: unsafe extern "system" fn(_: *mut c_void, _: *mut GpioChangeRecord) -> HRESULT,
pub GetAllItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WaitForItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Capacity: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§IsEmpty: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsOverflowed: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetPolarity: unsafe extern "system" fn(_: *mut c_void, _: GpioChangePolarity) -> HRESULT§Polarity: unsafe extern "system" fn(_: *mut c_void, _: *mut GpioChangePolarity) -> HRESULT§IsStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetNextItem: unsafe extern "system" fn(_: *mut c_void, _: *mut GpioChangeRecord) -> HRESULT§PeekNextItem: unsafe extern "system" fn(_: *mut c_void, _: *mut GpioChangeRecord) -> HRESULT§GetAllItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§WaitForItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IGpioChangeReader_Vtbl
impl RefUnwindSafe for IGpioChangeReader_Vtbl
impl Send for IGpioChangeReader_Vtbl
impl Sync for IGpioChangeReader_Vtbl
impl Unpin for IGpioChangeReader_Vtbl
impl UnwindSafe for IGpioChangeReader_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