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