#[repr(C)]
pub struct IMSVidVRGraphSegment_Vtbl {
Show 22 fields pub base__: IMSVidGraphSegment_Vtbl, pub Set_VMRendererMode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub SetOwner: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT, pub Owner: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT, pub UseOverlay: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetUseOverlay: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetVisible: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub ColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetColorKey: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT, pub SetSource: unsafe extern "system" fn(_: *mut c_void, _: RECT) -> HRESULT, pub Destination: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT, pub SetDestination: unsafe extern "system" fn(_: *mut c_void, _: RECT) -> HRESULT, pub get_NativeSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE, _: *mut SIZE) -> HRESULT, pub BorderColor: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub MaintainAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetMaintainAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub DisplayChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub RePaint: unsafe extern "system" fn(_: *mut c_void, _: HDC) -> HRESULT,
}

Fields§

§base__: IMSVidGraphSegment_Vtbl§Set_VMRendererMode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§SetOwner: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT§Owner: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT§UseOverlay: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetUseOverlay: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetVisible: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§ColorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetColorKey: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT§SetSource: unsafe extern "system" fn(_: *mut c_void, _: RECT) -> HRESULT§Destination: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT§SetDestination: unsafe extern "system" fn(_: *mut c_void, _: RECT) -> HRESULT§get_NativeSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE, _: *mut SIZE) -> HRESULT§BorderColor: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§MaintainAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetMaintainAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DisplayChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§RePaint: unsafe extern "system" fn(_: *mut c_void, _: HDC) -> HRESULT

Implementations§

§

impl IMSVidVRGraphSegment_Vtbl

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