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