#[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_intTrait Implementations§
Source§impl Clone for pdf_pattern
impl Clone for pdf_pattern
Source§fn clone(&self) -> pdf_pattern
fn clone(&self) -> pdf_pattern
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for pdf_pattern
impl Debug for pdf_pattern
impl Copy for pdf_pattern
Auto Trait Implementations§
impl Freeze for pdf_pattern
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§
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