Struct IConfigAviMux_Vtbl
#[repr(C)]pub struct IConfigAviMux_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetMasterStream: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetMasterStream: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetOutputCompatibilityIndex: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetOutputCompatibilityIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetMasterStream: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetMasterStream: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetOutputCompatibilityIndex: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetOutputCompatibilityIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IConfigAviMux_Vtbl
impl IConfigAviMux_Vtbl
pub const fn new<Identity: IConfigAviMux_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConfigAviMux_Vtbl
impl RefUnwindSafe for IConfigAviMux_Vtbl
impl Send for IConfigAviMux_Vtbl
impl Sync for IConfigAviMux_Vtbl
impl Unpin for IConfigAviMux_Vtbl
impl UnwindSafe for IConfigAviMux_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