Struct IPrintPreviewPageCollection_Vtbl
#[repr(C)]pub struct IPrintPreviewPageCollection_Vtbl {
pub base__: IUnknown_Vtbl,
pub Paginate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub MakePage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: f32, _: f32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Paginate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§MakePage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: f32, _: f32) -> HRESULT
Implementations§
§impl IPrintPreviewPageCollection_Vtbl
impl IPrintPreviewPageCollection_Vtbl
pub const fn new<Identity: IPrintPreviewPageCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintPreviewPageCollection_Vtbl
impl RefUnwindSafe for IPrintPreviewPageCollection_Vtbl
impl Send for IPrintPreviewPageCollection_Vtbl
impl Sync for IPrintPreviewPageCollection_Vtbl
impl Unpin for IPrintPreviewPageCollection_Vtbl
impl UnwindSafe for IPrintPreviewPageCollection_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