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