pub struct HPDF_TextWidth {
pub numchars: HPDF_UINT,
pub width: HPDF_UINT,
pub numspace: HPDF_UINT,
/* private fields */
}Expand description
––––––––––––––––––––––––––––––––––––––/ —— viewer preferences definitions –––––––––––––––––––/ —————————————————————————/ —— limitation of object implementation (PDF1.4) ———————–/ —————————————————————————/ —— limitation of various properties ———————————–/ ––––––––––––––––––––––––––––––––––––––/ —– country code definition –––––––––––––––––––––––/ ––––––––––––––––––––––––––––––––––––––/ —– lang code definition ———————————————––/ ––––––––––––––––––––––––––––––––––––––/ —– Graphis mode ———————————————————/ ––––––––––––––––––––––––––––––––––––––/
Fields§
§numchars: HPDF_UINT§width: HPDF_UINT§numspace: HPDF_UINTAuto Trait Implementations§
impl Freeze for HPDF_TextWidth
impl RefUnwindSafe for HPDF_TextWidth
impl Send for HPDF_TextWidth
impl Sync for HPDF_TextWidth
impl Unpin for HPDF_TextWidth
impl UnwindSafe for HPDF_TextWidth
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