#[repr(C)]pub struct GtkSourceGutter {
pub parent: GObject,
pub priv_: *mut GtkSourceGutterPrivate,
}Fields§
§parent: GObject§priv_: *mut GtkSourceGutterPrivateTrait Implementations§
Source§impl Clone for GtkSourceGutter
impl Clone for GtkSourceGutter
Source§fn clone(&self) -> GtkSourceGutter
fn clone(&self) -> GtkSourceGutter
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 GtkSourceGutter
Auto Trait Implementations§
impl !Send for GtkSourceGutter
impl !Sync for GtkSourceGutter
impl Freeze for GtkSourceGutter
impl RefUnwindSafe for GtkSourceGutter
impl Unpin for GtkSourceGutter
impl UnsafeUnpin 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