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