Struct gtk_sys::GtkVScaleClass
source · [−]#[repr(C)]pub struct GtkVScaleClass {
pub parent_class: GtkScaleClass,
}
Fields
parent_class: GtkScaleClass
Trait Implementations
sourceimpl Clone for GtkVScaleClass
impl Clone for GtkVScaleClass
sourcefn clone(&self) -> GtkVScaleClass
fn clone(&self) -> GtkVScaleClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more