Struct windows::Win32::Media::DirectShow::IBDA_SignalStatistics_Vtbl
#[repr(C)]pub struct IBDA_SignalStatistics_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetSignalStrength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SignalStrength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSignalQuality: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SignalQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSignalPresent: unsafe extern "system" fn(_: *mut c_void, _: BOOLEAN) -> HRESULT,
pub SignalPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetSignalLocked: unsafe extern "system" fn(_: *mut c_void, _: BOOLEAN) -> HRESULT,
pub SignalLocked: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetSampleTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SampleTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetSignalStrength: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SignalStrength: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSignalQuality: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SignalQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSignalPresent: unsafe extern "system" fn(_: *mut c_void, _: BOOLEAN) -> HRESULT
§SignalPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§SetSignalLocked: unsafe extern "system" fn(_: *mut c_void, _: BOOLEAN) -> HRESULT
§SignalLocked: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§SetSampleTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SampleTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IBDA_SignalStatistics_Vtbl
impl IBDA_SignalStatistics_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBDA_SignalStatistics_Vtblwhere
Identity: IBDA_SignalStatistics_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBDA_SignalStatistics_Vtbl
impl RefUnwindSafe for IBDA_SignalStatistics_Vtbl
impl Send for IBDA_SignalStatistics_Vtbl
impl Sync for IBDA_SignalStatistics_Vtbl
impl Unpin for IBDA_SignalStatistics_Vtbl
impl UnwindSafe for IBDA_SignalStatistics_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