Struct gtk4_sys::GtkToggleButton
source · [−]#[repr(C)]pub struct GtkToggleButton {
pub button: GtkButton,
}
Fields
Trait Implementations
sourceimpl Clone for GtkToggleButton
impl Clone for GtkToggleButton
sourcefn clone(&self) -> GtkToggleButton
fn clone(&self) -> GtkToggleButton
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GtkToggleButton
impl Debug for GtkToggleButton
impl Copy for GtkToggleButton
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more