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