Struct mupdf_sys::pdf_pattern [−][src]
#[repr(C)]pub struct pdf_pattern { pub storable: fz_storable, pub ismask: c_int, pub xstep: f32, pub ystep: f32, pub matrix: fz_matrix, pub bbox: fz_rect, pub document: *mut pdf_document, pub resources: *mut pdf_obj, pub contents: *mut pdf_obj, pub id: c_int, }
Fields
storable: fz_storable
ismask: c_int
xstep: f32
ystep: f32
matrix: fz_matrix
bbox: fz_rect
document: *mut pdf_document
resources: *mut pdf_obj
contents: *mut pdf_obj
id: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pdf_pattern
impl !Send for pdf_pattern
impl !Sync for pdf_pattern
impl Unpin for pdf_pattern
impl UnwindSafe for pdf_pattern
Blanket Implementations
Mutably borrows from an owned value. Read more