Struct IPdfPage_Vtbl
#[repr(C)]pub struct IPdfPage_Vtbl {
pub base__: IInspectable_Vtbl,
pub RenderToStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RenderWithOptionsToStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PreparePageAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Index: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
pub Dimensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Rotation: unsafe extern "system" fn(_: *mut c_void, _: *mut PdfPageRotation) -> HRESULT,
pub PreferredZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§RenderToStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§RenderWithOptionsToStreamAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§PreparePageAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Index: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT§Dimensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Rotation: unsafe extern "system" fn(_: *mut c_void, _: *mut PdfPageRotation) -> HRESULT§PreferredZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULTAuto Trait Implementations§
impl Freeze for IPdfPage_Vtbl
impl RefUnwindSafe for IPdfPage_Vtbl
impl Send for IPdfPage_Vtbl
impl Sync for IPdfPage_Vtbl
impl Unpin for IPdfPage_Vtbl
impl UnwindSafe for IPdfPage_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