#[repr(C)]pub struct GraniteHyperTextViewClass {
pub parent_class: GtkTextViewClass,
}Fields§
§parent_class: GtkTextViewClassTrait Implementations§
Source§impl Clone for GraniteHyperTextViewClass
impl Clone for GraniteHyperTextViewClass
Source§fn clone(&self) -> GraniteHyperTextViewClass
fn clone(&self) -> GraniteHyperTextViewClass
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 GraniteHyperTextViewClass
impl Debug for GraniteHyperTextViewClass
impl Copy for GraniteHyperTextViewClass
Auto Trait Implementations§
impl Freeze for GraniteHyperTextViewClass
impl RefUnwindSafe for GraniteHyperTextViewClass
impl !Send for GraniteHyperTextViewClass
impl !Sync for GraniteHyperTextViewClass
impl Unpin for GraniteHyperTextViewClass
impl UnwindSafe for GraniteHyperTextViewClass
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