Struct libadwaita_sys::AdwViewSwitcherClass
source · [−]#[repr(C)]pub struct AdwViewSwitcherClass {
pub parent_class: GtkWidgetClass,
}Fields
parent_class: GtkWidgetClassTrait Implementations
sourceimpl Clone for AdwViewSwitcherClass
impl Clone for AdwViewSwitcherClass
sourcefn clone(&self) -> AdwViewSwitcherClass
fn clone(&self) -> AdwViewSwitcherClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more