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
Unknown
Custom
Gpl20
Gpl30
Lgpl21
Lgpl30
Bsd
MitX11
Artistic
Gpl20Only
Gpl30Only
Lgpl21Only
Lgpl30Only
Agpl30
Trait 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