Struct poppler_sys::PopplerTextAttributes
source · #[repr(C)]pub struct PopplerTextAttributes {
pub font_name: *mut c_char,
pub font_size: c_double,
pub is_underlined: gboolean,
pub color: PopplerColor,
pub start_index: c_int,
pub end_index: c_int,
}
Fields§
§font_name: *mut c_char
§font_size: c_double
§is_underlined: gboolean
§color: PopplerColor
§start_index: c_int
§end_index: c_int
Trait Implementations§
source§impl Clone for PopplerTextAttributes
impl Clone for PopplerTextAttributes
source§fn clone(&self) -> PopplerTextAttributes
fn clone(&self) -> PopplerTextAttributes
Returns a copy 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 PopplerTextAttributes
impl Debug for PopplerTextAttributes
impl Copy for PopplerTextAttributes
Auto Trait Implementations§
impl Freeze for PopplerTextAttributes
impl RefUnwindSafe for PopplerTextAttributes
impl !Send for PopplerTextAttributes
impl !Sync for PopplerTextAttributes
impl Unpin for PopplerTextAttributes
impl UnwindSafe for PopplerTextAttributes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)