Struct pango_sys::PangoAttrString
source · #[repr(C)]pub struct PangoAttrString {
pub attr: PangoAttribute,
pub value: *mut c_char,
}
Fields§
§attr: PangoAttribute
§value: *mut c_char
Trait Implementations§
source§impl Clone for PangoAttrString
impl Clone for PangoAttrString
source§fn clone(&self) -> PangoAttrString
fn clone(&self) -> PangoAttrString
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