Enum gtk_sys::GtkPolicyType
[−]
[src]
pub enum GtkPolicyType { Always, Automatic, Never, External, }
Variants
Always
Automatic
Never
External
Trait Implementations
impl Clone for GtkPolicyType
[src]
fn clone(&self) -> GtkPolicyType
[−]
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