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