Struct libhelium_sys::HeSlider
source · #[repr(C)]pub struct HeSlider {
pub parent_instance: HeBin,
pub priv_: *mut HeSliderPrivate,
pub scale: *mut GtkScale,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeSliderPrivate
§scale: *mut GtkScale
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeSlider
impl RefUnwindSafe for HeSlider
impl !Send for HeSlider
impl !Sync for HeSlider
impl Unpin for HeSlider
impl UnwindSafe for HeSlider
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