#[repr(C)]pub struct HdyHeaderBar {
pub parent_instance: GtkContainer,
}Fields§
§parent_instance: GtkContainerTrait Implementations§
Source§impl Clone for HdyHeaderBar
impl Clone for HdyHeaderBar
Source§fn clone(&self) -> HdyHeaderBar
fn clone(&self) -> HdyHeaderBar
Returns a duplicate 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 Freeze for HdyHeaderBar
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