#[repr(C)]pub struct GtkSourceTag {
pub parent_instance: GtkTextTag,
}Fields§
§parent_instance: GtkTextTagTrait Implementations§
Source§impl Clone for GtkSourceTag
impl Clone for GtkSourceTag
Source§fn clone(&self) -> GtkSourceTag
fn clone(&self) -> GtkSourceTag
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 GtkSourceTag
Auto Trait Implementations§
impl !Send for GtkSourceTag
impl !Sync for GtkSourceTag
impl Freeze for GtkSourceTag
impl RefUnwindSafe for GtkSourceTag
impl Unpin for GtkSourceTag
impl UnsafeUnpin for GtkSourceTag
impl UnwindSafe for GtkSourceTag
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