Struct sourceview4_sys::GtkSourceSpaceDrawer
source · #[repr(C)]pub struct GtkSourceSpaceDrawer {
pub parent: GObject,
pub priv_: *mut GtkSourceSpaceDrawerPrivate,
}
Fields§
§parent: GObject
§priv_: *mut GtkSourceSpaceDrawerPrivate
Trait Implementations§
source§impl Clone for GtkSourceSpaceDrawer
impl Clone for GtkSourceSpaceDrawer
source§fn clone(&self) -> GtkSourceSpaceDrawer
fn clone(&self) -> GtkSourceSpaceDrawer
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 GtkSourceSpaceDrawer
impl Debug for GtkSourceSpaceDrawer
impl Copy for GtkSourceSpaceDrawer
Auto Trait Implementations§
impl RefUnwindSafe for GtkSourceSpaceDrawer
impl !Send for GtkSourceSpaceDrawer
impl !Sync for GtkSourceSpaceDrawer
impl Unpin for GtkSourceSpaceDrawer
impl UnwindSafe for GtkSourceSpaceDrawer
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