Struct gtk_sys::_GtkTextViewPrivate
source · [−]#[repr(C)]pub struct _GtkTextViewPrivate(_);Auto Trait Implementations
impl RefUnwindSafe for _GtkTextViewPrivate
impl Send for _GtkTextViewPrivate
impl Sync for _GtkTextViewPrivate
impl Unpin for _GtkTextViewPrivate
impl UnwindSafe for _GtkTextViewPrivate
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