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