#[repr(C)]pub struct GtkStackSidebar {
pub parent: GtkBin,
}Fields§
§parent: GtkBinTrait Implementations§
Source§impl Clone for GtkStackSidebar
impl Clone for GtkStackSidebar
Source§fn clone(&self) -> GtkStackSidebar
fn clone(&self) -> GtkStackSidebar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkStackSidebar
Auto Trait Implementations§
impl !Send for GtkStackSidebar
impl !Sync for GtkStackSidebar
impl Freeze for GtkStackSidebar
impl RefUnwindSafe for GtkStackSidebar
impl Unpin for GtkStackSidebar
impl UnsafeUnpin for GtkStackSidebar
impl UnwindSafe for GtkStackSidebar
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