#[repr(C)]pub struct _GtkEntryPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkEntryPrivate
impl RefUnwindSafe for _GtkEntryPrivate
impl Send for _GtkEntryPrivate
impl Sync for _GtkEntryPrivate
impl Unpin for _GtkEntryPrivate
impl UnwindSafe for _GtkEntryPrivate
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