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
sourceimpl Clone for GtkEntryAccessible
impl Clone for GtkEntryAccessible
sourcefn clone(&self) -> GtkEntryAccessible
fn clone(&self) -> GtkEntryAccessible
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more