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