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