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