Struct IDVBTuneRequest_Vtbl
#[repr(C)]pub struct IDVBTuneRequest_Vtbl {
pub base__: ITuneRequest_Vtbl,
pub ONID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetONID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub TSID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTSID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetSID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: ITuneRequest_Vtbl
§ONID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetONID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§TSID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetTSID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetSID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IDVBTuneRequest_Vtbl
impl IDVBTuneRequest_Vtbl
pub const fn new<Identity: IDVBTuneRequest_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDVBTuneRequest_Vtbl
impl RefUnwindSafe for IDVBTuneRequest_Vtbl
impl Send for IDVBTuneRequest_Vtbl
impl Sync for IDVBTuneRequest_Vtbl
impl Unpin for IDVBTuneRequest_Vtbl
impl UnwindSafe for IDVBTuneRequest_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