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