Struct gtk_sys::_GtkScaleButtonPrivate
source · [−]#[repr(C)]pub struct _GtkScaleButtonPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkScaleButtonPrivate
impl !Send for _GtkScaleButtonPrivate
impl !Sync for _GtkScaleButtonPrivate
impl !Unpin for _GtkScaleButtonPrivate
impl UnwindSafe for _GtkScaleButtonPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more