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