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