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 Copy for PangoAttrShape
impl Clone for PangoAttrShape
[src]
impl Clone for PangoAttrShape
fn clone(&self) -> PangoAttrShape
[src]
fn clone(&self) -> PangoAttrShape
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 PangoAttrShape
[src]
impl Debug for PangoAttrShape
Auto Trait Implementations
impl !Send for PangoAttrShape
impl !Send for PangoAttrShape
impl !Sync for PangoAttrShape
impl !Sync for PangoAttrShape