Enum xsettings::SettingData [] [src]

pub enum SettingData<'a> {
    Int(c_int),
    String(&'a [u8]),
    Color(XSettingsColor),
    None,
}

Variants

Trait Implementations

impl<'a> Copy for SettingData<'a>
[src]

impl<'a> Clone for SettingData<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for SettingData<'a>
[src]

Formats the value using the given formatter.