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