Struct pango_sys::PangoItem [−][src]
#[repr(C)]pub struct PangoItem { pub offset: c_int, pub length: c_int, pub num_chars: c_int, pub analysis: PangoAnalysis, }
Fields
offset: c_int
length: c_int
num_chars: c_int
analysis: PangoAnalysis
Trait Implementations
impl Copy for PangoItem
[src]
impl Copy for PangoItem
impl Clone for PangoItem
[src]
impl Clone for PangoItem
fn clone(&self) -> PangoItem
[src]
fn clone(&self) -> PangoItem
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for PangoItem
[src]
impl Debug for PangoItem