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 PangoAttributeimpl Clone for PangoAttribute[src]
impl Clone for PangoAttributefn clone(&self) -> PangoAttribute[src]
fn clone(&self) -> PangoAttributeReturns 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 PangoAttributeAuto Trait Implementations
impl !Send for PangoAttribute
impl !Send for PangoAttributeimpl !Sync for PangoAttribute
impl !Sync for PangoAttribute