Struct pango_sys::PangoAttribute [−][src]
#[repr(C)]pub struct PangoAttribute { pub klass: *const PangoAttrClass, pub start_index: c_uint, pub end_index: c_uint, }
Fields
klass: *const PangoAttrClass
start_index: c_uint
end_index: c_uint
Trait Implementations
impl Copy for PangoAttribute
[src]
impl Copy for PangoAttribute
impl Clone for PangoAttribute
[src]
impl Clone for PangoAttribute
fn clone(&self) -> PangoAttribute
[src]
fn clone(&self) -> PangoAttribute
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 PangoAttribute
[src]
impl Debug for PangoAttribute
Auto Trait Implementations
impl !Send for PangoAttribute
impl !Send for PangoAttribute
impl !Sync for PangoAttribute
impl !Sync for PangoAttribute