Struct ITSubStream_Vtbl
#[repr(C)]pub struct ITSubStream_Vtbl {
pub base__: IDispatch_Vtbl,
pub StartSubStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PauseSubStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StopSubStream: 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 VARIANT) -> HRESULT,
pub Stream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§StartSubStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PauseSubStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StopSubStream: 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 VARIANT) -> HRESULT
§Stream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITSubStream_Vtbl
impl ITSubStream_Vtbl
pub const fn new<Identity: ITSubStream_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITSubStream_Vtbl
impl RefUnwindSafe for ITSubStream_Vtbl
impl Send for ITSubStream_Vtbl
impl Sync for ITSubStream_Vtbl
impl Unpin for ITSubStream_Vtbl
impl UnwindSafe for ITSubStream_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