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