Enum gtk_sys::GtkLicense [] [src]

pub enum GtkLicense {
    Unknown,
    Custom,
    Gpl20,
    Gpl30,
    Lgpl21,
    Lgpl30,
    Bsd,
    MitX11,
    Artistic,
    Gpl20Only,
    Gpl30Only,
    Lgpl21Only,
    Lgpl30Only,
    Agpl30,
}

Variants

Trait Implementations

impl Clone for GtkLicense
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkLicense
[src]

impl Debug for GtkLicense
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkLicense
[src]

impl PartialEq for GtkLicense
[src]

[]

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

[]

This method tests for !=.