Struct windows::Media::Protection::PlayReady::INDStreamParser_Vtbl
#[repr(C)]pub struct INDStreamParser_Vtbl {
pub base__: IInspectable_Vtbl,
pub ParseData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub GetStreamInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut NDMediaStreamType, _: *mut u32) -> HRESULT,
pub BeginOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EndOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Notifier: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ParseData: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§GetStreamInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut NDMediaStreamType, _: *mut u32) -> HRESULT
§BeginOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EndOfStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Notifier: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl INDStreamParser_Vtbl
impl INDStreamParser_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INDStreamParser_Vtblwhere
Identity: INDStreamParser_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INDStreamParser_Vtbl
impl RefUnwindSafe for INDStreamParser_Vtbl
impl Send for INDStreamParser_Vtbl
impl Sync for INDStreamParser_Vtbl
impl Unpin for INDStreamParser_Vtbl
impl UnwindSafe for INDStreamParser_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