#[repr(C)]pub struct GtkHScale {
pub scale: GtkScale,
}
Fields
scale: GtkScale
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkHScale
impl !Send for GtkHScale
impl !Sync for GtkHScale
impl Unpin for GtkHScale
impl UnwindSafe for GtkHScale
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