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