Struct libpanel_sys::PanelToggleButtonClass
source · #[repr(C)]pub struct PanelToggleButtonClass {
pub parent_class: GtkWidgetClass,
}
Fields§
§parent_class: GtkWidgetClass
Trait Implementations§
source§impl Clone for PanelToggleButtonClass
impl Clone for PanelToggleButtonClass
source§fn clone(&self) -> PanelToggleButtonClass
fn clone(&self) -> PanelToggleButtonClass
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 PanelToggleButtonClass
impl Debug for PanelToggleButtonClass
impl Copy for PanelToggleButtonClass
Auto Trait Implementations§
impl RefUnwindSafe for PanelToggleButtonClass
impl !Send for PanelToggleButtonClass
impl !Sync for PanelToggleButtonClass
impl Unpin for PanelToggleButtonClass
impl UnwindSafe for PanelToggleButtonClass
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