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