#[repr(C)]
pub struct IDvdControl_Vtbl {
Show 36 fields pub base__: IUnknown_Vtbl, pub TitlePlay: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub ChapterPlay: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub TimePlay: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub StopForResume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GoUp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub TimeSearch: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub ChapterSearch: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub PrevPGSearch: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub TopPGSearch: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub NextPGSearch: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub ForwardScan: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub BackwardScan: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub MenuCall: unsafe extern "system" fn(_: *mut c_void, _: DVD_MENU_ID) -> HRESULT, pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub UpperButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub LowerButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub LeftButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub RightButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub ButtonActivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub ButtonSelectAndActivate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub StillOff: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub PauseOn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub PauseOff: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub MenuLanguageSelect: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub AudioStreamChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub SubpictureStreamChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT, pub AngleChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub ParentalLevelSelect: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub ParentalCountrySelect: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT, pub KaraokeAudioPresentationModeChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub VideoModePreferrence: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub SetRoot: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub MouseActivate: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT, pub MouseSelect: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT, pub ChapterPlayAutoStop: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§TitlePlay: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ChapterPlay: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§TimePlay: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§StopForResume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GoUp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§TimeSearch: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ChapterSearch: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§PrevPGSearch: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§TopPGSearch: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§NextPGSearch: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ForwardScan: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§BackwardScan: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§MenuCall: unsafe extern "system" fn(_: *mut c_void, _: DVD_MENU_ID) -> HRESULT§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§UpperButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§LowerButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§LeftButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§RightButtonSelect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ButtonActivate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ButtonSelectAndActivate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§StillOff: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§PauseOn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§PauseOff: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§MenuLanguageSelect: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§AudioStreamChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SubpictureStreamChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT§AngleChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ParentalLevelSelect: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ParentalCountrySelect: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT§KaraokeAudioPresentationModeChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§VideoModePreferrence: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SetRoot: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§MouseActivate: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT§MouseSelect: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT§ChapterPlayAutoStop: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT

Implementations§

§

impl IDvdControl_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IDvdControl_Impl, const OFFSET: isize>( ) -> IDvdControl_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.