#[repr(C)]pub struct _GtkProgressBarPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkProgressBarPrivate
impl RefUnwindSafe for _GtkProgressBarPrivate
impl Send for _GtkProgressBarPrivate
impl Sync for _GtkProgressBarPrivate
impl Unpin for _GtkProgressBarPrivate
impl UnwindSafe for _GtkProgressBarPrivate
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