#[repr(C)]pub struct PanelToggleButtonClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for PanelToggleButtonClass
impl Clone for PanelToggleButtonClass
Source§fn clone(&self) -> PanelToggleButtonClass
fn clone(&self) -> PanelToggleButtonClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PanelToggleButtonClass
Auto Trait Implementations§
impl !Send for PanelToggleButtonClass
impl !Sync for PanelToggleButtonClass
impl Freeze for PanelToggleButtonClass
impl RefUnwindSafe for PanelToggleButtonClass
impl Unpin for PanelToggleButtonClass
impl UnsafeUnpin 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