Struct windows::Win32::Storage::Xps::IXpsOMVisual_Vtbl

#[repr(C)]
pub struct IXpsOMVisual_Vtbl {
Show 26 fields pub base__: IXpsOMShareable_Vtbl, pub GetTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetTransformLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetTransformLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetTransformLookup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetTransformLookup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetClipGeometry: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetClipGeometryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetClipGeometryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetClipGeometryLookup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetClipGeometryLookup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetOpacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetOpacity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub GetOpacityMaskBrush: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetOpacityMaskBrushLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetOpacityMaskBrushLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetOpacityMaskBrushLookup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetOpacityMaskBrushLookup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetIsHyperlinkTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetIsHyperlinkTarget: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetHyperlinkNavigateUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetHyperlinkNavigateUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}

Fields§

§base__: IXpsOMShareable_Vtbl§GetTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetTransformLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTransformLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetTransformLookup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetTransformLookup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetClipGeometry: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetClipGeometryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetClipGeometryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetClipGeometryLookup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetClipGeometryLookup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetOpacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetOpacity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§GetOpacityMaskBrush: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetOpacityMaskBrushLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetOpacityMaskBrushLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetOpacityMaskBrushLookup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetOpacityMaskBrushLookup: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetIsHyperlinkTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetIsHyperlinkTarget: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetHyperlinkNavigateUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetHyperlinkNavigateUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT

Implementations§

§

impl IXpsOMVisual_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMVisual_Vtbl
where Identity: IXpsOMVisual_Impl + IUnknownImpl,

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.