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