[][src]Struct pango::AttrList

pub struct AttrList(_);

Implementations

impl AttrList[src]

pub fn new() -> AttrList[src]

pub fn copy(&self) -> Option<AttrList>[src]

pub fn filter<P: FnMut(&Attribute) -> bool>(&self, func: P) -> Option<AttrList>[src]

pub fn get_attributes(&self) -> Vec<Attribute>[src]

pub fn get_iterator(&self) -> Option<AttrIterator>[src]

pub fn splice(&self, other: &AttrList, pos: i32, len: i32)[src]

pub fn update(&self, pos: i32, remove: i32, add: i32)[src]

impl AttrList[src]

pub fn change(&self, attr: Attribute)[src]

pub fn insert(&self, attr: Attribute)[src]

pub fn insert_before(&self, attr: Attribute)[src]

Trait Implementations

impl Clone for AttrList[src]

impl Debug for AttrList[src]

impl Default for AttrList[src]

impl Eq for AttrList[src]

impl Hash for AttrList[src]

impl Ord for AttrList[src]

impl PartialEq<AttrList> for AttrList[src]

impl PartialOrd<AttrList> for AttrList[src]

impl StaticType for AttrList[src]

impl StructuralEq for AttrList[src]

impl StructuralPartialEq for AttrList[src]

Auto Trait Implementations

impl RefUnwindSafe for AttrList

impl !Send for AttrList

impl !Sync for AttrList

impl Unpin for AttrList

impl UnwindSafe for AttrList

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.