#[repr(C)]pub struct IAppBroadcastStreamVideoHeader_Vtbl {
pub base__: IInspectable_Vtbl,
pub AbsoluteTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub RelativeTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub IsKeyFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub HasDiscontinuity: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub FrameId: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AbsoluteTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§RelativeTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§IsKeyFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§HasDiscontinuity: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§FrameId: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppBroadcastStreamVideoHeader_Vtbl
impl RefUnwindSafe for IAppBroadcastStreamVideoHeader_Vtbl
impl Send for IAppBroadcastStreamVideoHeader_Vtbl
impl Sync for IAppBroadcastStreamVideoHeader_Vtbl
impl Unpin for IAppBroadcastStreamVideoHeader_Vtbl
impl UnwindSafe for IAppBroadcastStreamVideoHeader_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