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