Struct pango_sys::PangoAttrShape
source · #[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: GDestroyNotifyTrait Implementations§
source§impl Clone for PangoAttrShape
impl Clone for PangoAttrShape
source§fn clone(&self) -> PangoAttrShape
fn clone(&self) -> PangoAttrShape
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more