#[repr(C)]
pub struct IMSVidWebDVDAdm_Vtbl {
Show 15 fields pub base__: IDispatch_Vtbl, pub ChangePassword: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT, pub SaveParentalLevel: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT, pub SaveParentalCountry: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT, pub ConfirmPassword: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut VARIANT_BOOL) -> HRESULT, pub GetParentalLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub GetParentalCountry: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub DefaultAudioLCID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetDefaultAudioLCID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub DefaultSubpictureLCID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetDefaultSubpictureLCID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub DefaultMenuLCID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetDefaultMenuLCID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub BookmarkOnStop: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetBookmarkOnStop: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§ChangePassword: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT§SaveParentalLevel: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT§SaveParentalCountry: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT§ConfirmPassword: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut VARIANT_BOOL) -> HRESULT§GetParentalLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetParentalCountry: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§DefaultAudioLCID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDefaultAudioLCID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DefaultSubpictureLCID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDefaultSubpictureLCID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DefaultMenuLCID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDefaultMenuLCID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§BookmarkOnStop: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetBookmarkOnStop: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT

Implementations§

§

impl IMSVidWebDVDAdm_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IMSVidWebDVDAdm_Impl, const OFFSET: isize>( ) -> IMSVidWebDVDAdm_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.