Struct windows::Win32::Devices::Tapi::ITStream_Vtbl
#[repr(C)]pub struct ITStream_Vtbl {
pub base__: IDispatch_Vtbl,
pub MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut TERMINAL_DIRECTION) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub StartStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PauseStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StopStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SelectTerminal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UnselectTerminal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EnumerateTerminals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Terminals: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut TERMINAL_DIRECTION) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§StartStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PauseStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StopStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SelectTerminal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UnselectTerminal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§EnumerateTerminals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Terminals: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT
Implementations§
§impl ITStream_Vtbl
impl ITStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITStream_Vtblwhere
Identity: ITStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITStream_Vtbl
impl RefUnwindSafe for ITStream_Vtbl
impl Send for ITStream_Vtbl
impl Sync for ITStream_Vtbl
impl Unpin for ITStream_Vtbl
impl UnwindSafe for ITStream_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