#[repr(C)]pub struct HeDropdownClass {
pub parent_class: GtkGridClass,
}Fields§
§parent_class: GtkGridClassTrait Implementations§
Source§impl Clone for HeDropdownClass
impl Clone for HeDropdownClass
Source§fn clone(&self) -> HeDropdownClass
fn clone(&self) -> HeDropdownClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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