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