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