[][src]Struct freek::IconTheme

pub struct IconTheme { /* fields omitted */ }

A comprehensive Freedesktop Icon Theme encoder.

Methods

impl IconTheme[src]

pub fn new(name: String, comment: String) -> Self[src]

Creates a new, empty IconTheme.

pub fn with_capacity(name: String, comment: String, capacity: usize) -> Self[src]

Creates a new IconTheme, allocating space for capacity icons.

Trait Implementations

impl Clone for IconTheme[src]

impl Debug for IconTheme[src]

impl Encode for IconTheme[src]

type Key = Icon

impl Eq for IconTheme[src]

impl PartialEq<IconTheme> for IconTheme[src]

impl Save for IconTheme[src]

impl StructuralEq for IconTheme[src]

impl StructuralPartialEq for IconTheme[src]

Auto Trait Implementations

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<T> Save for T where
    T: Write
[src]

impl<T> SetParameter for T

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

type Owned = T

The resulting type after obtaining ownership.

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.