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