Struct gtk_sys::GtkVolumeButton
[−]
[src]
#[repr(C)]pub struct GtkVolumeButton { pub parent: GtkScaleButton, }
Fields
parent: GtkScaleButton
Trait Implementations
impl Copy for GtkVolumeButton
[src]
impl Clone for GtkVolumeButton
[src]
fn clone(&self) -> GtkVolumeButton
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more