Struct windows::Win32::Devices::Tapi::ITMSPAddress_Vtbl
#[repr(C)]pub struct ITMSPAddress_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *const i32) -> HRESULT,
pub Shutdown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CreateMSPCall: unsafe extern "system" fn(_: *mut c_void, _: *const i32, _: u32, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShutdownMSPCall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReceiveTSPData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const u8, _: u32) -> HRESULT,
pub GetEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *const i32) -> HRESULT
§Shutdown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CreateMSPCall: unsafe extern "system" fn(_: *mut c_void, _: *const i32, _: u32, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ShutdownMSPCall: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReceiveTSPData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const u8, _: u32) -> HRESULT
§GetEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u8) -> HRESULT
Implementations§
§impl ITMSPAddress_Vtbl
impl ITMSPAddress_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITMSPAddress_Vtblwhere
Identity: ITMSPAddress_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITMSPAddress_Vtbl
impl RefUnwindSafe for ITMSPAddress_Vtbl
impl Send for ITMSPAddress_Vtbl
impl Sync for ITMSPAddress_Vtbl
impl Unpin for ITMSPAddress_Vtbl
impl UnwindSafe for ITMSPAddress_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