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
UnknownCustomGpl20Gpl30Lgpl21Lgpl30BsdMitX11ArtisticGpl20OnlyGpl30OnlyLgpl21OnlyLgpl30OnlyAgpl30Trait Implementations
impl Clone for License[src]
fn clone(&self) -> License
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
impl Copy for License[src]
impl Debug for License[src]
impl Eq for License[src]
impl PartialEq for License[src]
fn eq(&self, __arg_0: &License) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &License) -> bool
This method tests for !=.