Enum gtk_sys::GtkLicense 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GtkLicense { Unknown, Custom, Gpl20, Gpl30, Lgpl21, Lgpl30, Bsd, MitX11, Artistic, Gpl20Only, Gpl30Only, Lgpl21Only, Lgpl30Only, Agpl30, }
Variants
UnknownCustomGpl20Gpl30Lgpl21Lgpl30BsdMitX11ArtisticGpl20OnlyGpl30OnlyLgpl21OnlyLgpl30OnlyAgpl30Trait Implementations
impl Clone for GtkLicense[src]
fn clone(&self) -> GtkLicense
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more