Struct gtk4_sys::GtkVolumeButton [−][src]
#[repr(C)]pub struct GtkVolumeButton {
pub parent: GtkScaleButton,
}
Fields
parent: GtkScaleButton
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkVolumeButton
impl !Send for GtkVolumeButton
impl !Sync for GtkVolumeButton
impl Unpin for GtkVolumeButton
impl UnwindSafe for GtkVolumeButton
Blanket Implementations
Mutably borrows from an owned value. Read more