Struct pango_sys::PangoAttrShape
[−]
[src]
#[repr(C)]pub struct PangoAttrShape { pub attr: PangoAttribute, pub ink_rect: PangoRectangle, pub logical_rect: PangoRectangle, pub data: gpointer, pub copy_func: PangoAttrDataCopyFunc, pub destroy_func: GDestroyNotify, }
Fields
attr: PangoAttribute
ink_rect: PangoRectangle
logical_rect: PangoRectangle
data: gpointer
copy_func: PangoAttrDataCopyFunc
destroy_func: GDestroyNotify
Trait Implementations
impl Copy for PangoAttrShape[src]
impl Clone for PangoAttrShape[src]
fn clone(&self) -> PangoAttrShape[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more