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