pub struct GeometryProbeSymbols {
pub char_origin: bool,
pub loose_char_box: bool,
pub text_rects: bool,
}Expand description
Optional PDFium geometry symbols discovered at runtime.
Fields§
§char_origin: boolWhether FPDFText_GetCharOrigin is available.
loose_char_box: boolWhether FPDFText_GetLooseCharBox is available.
text_rects: boolWhether FPDFText_CountRects and FPDFText_GetRect are available.
Trait Implementations§
Source§impl Debug for GeometryProbeSymbols
impl Debug for GeometryProbeSymbols
Auto Trait Implementations§
impl Freeze for GeometryProbeSymbols
impl RefUnwindSafe for GeometryProbeSymbols
impl Send for GeometryProbeSymbols
impl Sync for GeometryProbeSymbols
impl Unpin for GeometryProbeSymbols
impl UnsafeUnpin for GeometryProbeSymbols
impl UnwindSafe for GeometryProbeSymbols
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