pub type FPDF_PAGE = *mut fpdf_page_t__;Expand description
C-API page pointer type definition
Trait Implementations§
Source§impl From<&PdfiumPage> for FPDF_PAGE
impl From<&PdfiumPage> for FPDF_PAGE
Source§fn from(page: &PdfiumPage) -> Self
fn from(page: &PdfiumPage) -> Self
Converts to this type from the input type.