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