#[repr(C)]pub struct HdyViewSwitcherTitleClass {
pub parent_class: GtkBinClass,
}Fields§
§parent_class: GtkBinClassTrait Implementations§
Source§impl Clone for HdyViewSwitcherTitleClass
impl Clone for HdyViewSwitcherTitleClass
Source§fn clone(&self) -> HdyViewSwitcherTitleClass
fn clone(&self) -> HdyViewSwitcherTitleClass
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 HdyViewSwitcherTitleClass
impl Debug for HdyViewSwitcherTitleClass
impl Copy for HdyViewSwitcherTitleClass
Auto Trait Implementations§
impl Freeze for HdyViewSwitcherTitleClass
impl RefUnwindSafe for HdyViewSwitcherTitleClass
impl !Send for HdyViewSwitcherTitleClass
impl !Sync for HdyViewSwitcherTitleClass
impl Unpin for HdyViewSwitcherTitleClass
impl UnwindSafe for HdyViewSwitcherTitleClass
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