Struct IDvbLogicalChannel2Descriptor_Vtbl
#[repr(C)]pub struct IDvbLogicalChannel2Descriptor_Vtbl {
pub base__: IDvbLogicalChannelDescriptor2_Vtbl,
pub GetCountOfLists: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetListId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetListNameW: unsafe extern "system" fn(_: *mut c_void, _: u8, _: DVB_STRCONV_MODE, _: *mut *mut c_void) -> HRESULT,
pub GetListCountryCode: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetListCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT,
pub GetListRecordServiceId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u16) -> HRESULT,
pub GetListRecordLogicalChannelNumber: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u16) -> HRESULT,
pub GetListRecordLogicalChannelAndVisibility: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IDvbLogicalChannelDescriptor2_Vtbl
§GetCountOfLists: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetListId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetListNameW: unsafe extern "system" fn(_: *mut c_void, _: u8, _: DVB_STRCONV_MODE, _: *mut *mut c_void) -> HRESULT
§GetListCountryCode: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetListCountOfRecords: unsafe extern "system" fn(_: *mut c_void, _: u8, _: *mut u8) -> HRESULT
§GetListRecordServiceId: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u16) -> HRESULT
§GetListRecordLogicalChannelNumber: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u16) -> HRESULT
§GetListRecordLogicalChannelAndVisibility: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u8, _: *mut u16) -> HRESULT
Implementations§
§impl IDvbLogicalChannel2Descriptor_Vtbl
impl IDvbLogicalChannel2Descriptor_Vtbl
pub const fn new<Identity: IDvbLogicalChannel2Descriptor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDvbLogicalChannel2Descriptor_Vtbl
impl RefUnwindSafe for IDvbLogicalChannel2Descriptor_Vtbl
impl Send for IDvbLogicalChannel2Descriptor_Vtbl
impl Sync for IDvbLogicalChannel2Descriptor_Vtbl
impl Unpin for IDvbLogicalChannel2Descriptor_Vtbl
impl UnwindSafe for IDvbLogicalChannel2Descriptor_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