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