Struct sourceview4_sys::GtkSourceGutter
source · #[repr(C)]pub struct GtkSourceGutter {
pub parent: GObject,
pub priv_: *mut GtkSourceGutterPrivate,
}
Fields§
§parent: GObject
§priv_: *mut GtkSourceGutterPrivate
Trait Implementations§
source§impl Clone for GtkSourceGutter
impl Clone for GtkSourceGutter
source§fn clone(&self) -> GtkSourceGutter
fn clone(&self) -> GtkSourceGutter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkSourceGutter
impl Debug for GtkSourceGutter
impl Copy for GtkSourceGutter
Auto Trait Implementations§
impl RefUnwindSafe for GtkSourceGutter
impl !Send for GtkSourceGutter
impl !Sync for GtkSourceGutter
impl Unpin for GtkSourceGutter
impl UnwindSafe for GtkSourceGutter
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