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