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