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