#[repr(C)]pub struct pdf_text_object_state {
pub text: *mut fz_text,
pub text_bbox: fz_rect,
pub tlm: fz_matrix,
pub tm: fz_matrix,
pub text_mode: c_int,
pub cid: c_int,
pub gid: c_int,
pub char_bbox: fz_rect,
pub fontdesc: *mut pdf_font_desc,
pub char_tx: f32,
pub char_ty: f32,
}Fields§
§text: *mut fz_text§text_bbox: fz_rect§tlm: fz_matrix§tm: fz_matrix§text_mode: c_int§cid: c_int§gid: c_int§char_bbox: fz_rect§fontdesc: *mut pdf_font_desc§char_tx: f32§char_ty: f32Trait Implementations§
Source§impl Clone for pdf_text_object_state
impl Clone for pdf_text_object_state
Source§fn clone(&self) -> pdf_text_object_state
fn clone(&self) -> pdf_text_object_state
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_text_object_state
impl Debug for pdf_text_object_state
impl Copy for pdf_text_object_state
Auto Trait Implementations§
impl Freeze for pdf_text_object_state
impl RefUnwindSafe for pdf_text_object_state
impl !Send for pdf_text_object_state
impl !Sync for pdf_text_object_state
impl Unpin for pdf_text_object_state
impl UnwindSafe for pdf_text_object_state
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