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