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