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