Struct libhelium_sys::HeButton
source · #[repr(C)]pub struct HeButton {
pub parent_instance: GtkButton,
pub priv_: *mut HeButtonPrivate,
}
Fields§
§parent_instance: GtkButton
§priv_: *mut HeButtonPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeButton
impl RefUnwindSafe for HeButton
impl !Send for HeButton
impl !Sync for HeButton
impl Unpin for HeButton
impl UnwindSafe for HeButton
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