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