Struct gtk_sys::_GtkAdjustmentPrivate
source · #[repr(C)]pub struct _GtkAdjustmentPrivate { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for _GtkAdjustmentPrivate
impl !Send for _GtkAdjustmentPrivate
impl !Sync for _GtkAdjustmentPrivate
impl !Unpin for _GtkAdjustmentPrivate
impl UnwindSafe for _GtkAdjustmentPrivate
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