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