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