Enum gtk::License [] [src]

pub enum License {
    Unknown,
    Custom,
    Gpl20,
    Gpl30,
    Lgpl21,
    Lgpl30,
    Bsd,
    MitX11,
    Artistic,
    Gpl20Only,
    Gpl30Only,
    Lgpl21Only,
    Lgpl30Only,
    Agpl30,
    // some variants omitted
}

Variants

Trait Implementations

impl Clone for License
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for License
[src]

impl Debug for License
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for License
[src]

impl PartialEq for License
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for License
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for License
[src]

[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for License
[src]

[src]

impl<'a> FromValue<'a> for License
[src]

[src]

impl SetValue for License
[src]

[src]

Auto Trait Implementations

impl Send for License

impl Sync for License