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