Enum gtk_sys::GtkPadActionType
[−]
[src]
#[repr(C)]pub enum GtkPadActionType { Button, Ring, Strip, }
Variants
Button
Ring
Strip
Trait Implementations
impl Clone for GtkPadActionType
[src]
fn clone(&self) -> GtkPadActionType
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