#[repr(C)]pub struct GtkSourceMap {
pub parent_instance: GtkSourceView,
}Fields§
§parent_instance: GtkSourceViewTrait Implementations§
Source§impl Clone for GtkSourceMap
impl Clone for GtkSourceMap
Source§fn clone(&self) -> GtkSourceMap
fn clone(&self) -> GtkSourceMap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkSourceMap
Auto Trait Implementations§
impl !Send for GtkSourceMap
impl !Sync for GtkSourceMap
impl Freeze for GtkSourceMap
impl RefUnwindSafe for GtkSourceMap
impl Unpin for GtkSourceMap
impl UnsafeUnpin for GtkSourceMap
impl UnwindSafe for GtkSourceMap
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