#[repr(C)]pub struct fz_stext_options {
pub flags: c_int,
pub scale: f32,
pub clip: fz_rect,
}Expand description
Options for creating structured text.
Fields§
§flags: c_int§scale: f32§clip: fz_rectTrait Implementations§
Source§impl Clone for fz_stext_options
impl Clone for fz_stext_options
Source§fn clone(&self) -> fz_stext_options
fn clone(&self) -> fz_stext_options
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 fz_stext_options
impl Debug for fz_stext_options
impl Copy for fz_stext_options
Auto Trait Implementations§
impl Freeze for fz_stext_options
impl RefUnwindSafe for fz_stext_options
impl Send for fz_stext_options
impl Sync for fz_stext_options
impl Unpin for fz_stext_options
impl UnwindSafe for fz_stext_options
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