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