Struct pango::AttrList
[−]
pub struct AttrList(_);
Methods
impl AttrList
[src]
fn new() -> AttrList
fn copy(&self) -> Option<AttrList>
fn splice(&self, other: &AttrList, pos: i32, len: i32)
impl AttrList
[src]
fn change(&self, attr: Attribute)
fn insert(&self, attr: Attribute)
fn insert_before(&self, attr: Attribute)
Trait Implementations
impl Clone for AttrList
fn clone(&self) -> AttrList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more