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