#[repr(C)]pub struct pdf_text_state {
pub char_space: f32,
pub word_space: f32,
pub scale: f32,
pub leading: f32,
pub font: *mut pdf_font_desc,
pub fontname: *mut fz_string,
pub size: f32,
pub render: c_int,
pub rise: f32,
}Fields§
§char_space: f32§word_space: f32§scale: f32§leading: f32§font: *mut pdf_font_desc§fontname: *mut fz_string§size: f32§render: c_int§rise: f32Trait Implementations§
Source§impl Clone for pdf_text_state
impl Clone for pdf_text_state
Source§fn clone(&self) -> pdf_text_state
fn clone(&self) -> pdf_text_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_state
impl Debug for pdf_text_state
impl Copy for pdf_text_state
Auto Trait Implementations§
impl Freeze for pdf_text_state
impl RefUnwindSafe for pdf_text_state
impl !Send for pdf_text_state
impl !Sync for pdf_text_state
impl Unpin for pdf_text_state
impl UnwindSafe for pdf_text_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