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