#[repr(C)]pub struct GraniteHyperTextView {
pub parent_instance: GtkTextView,
pub priv_: *mut GraniteHyperTextViewPrivate,
}Fields§
§parent_instance: GtkTextView§priv_: *mut GraniteHyperTextViewPrivateTrait Implementations§
Source§impl Clone for GraniteHyperTextView
impl Clone for GraniteHyperTextView
Source§fn clone(&self) -> GraniteHyperTextView
fn clone(&self) -> GraniteHyperTextView
Returns a duplicate 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 GraniteHyperTextView
impl Debug for GraniteHyperTextView
impl Copy for GraniteHyperTextView
Auto Trait Implementations§
impl Freeze for GraniteHyperTextView
impl RefUnwindSafe for GraniteHyperTextView
impl !Send for GraniteHyperTextView
impl !Sync for GraniteHyperTextView
impl Unpin for GraniteHyperTextView
impl UnwindSafe for GraniteHyperTextView
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