#[repr(C)]pub struct _GtkStackSidebarPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkStackSidebarPrivate
impl RefUnwindSafe for _GtkStackSidebarPrivate
impl Send for _GtkStackSidebarPrivate
impl Sync for _GtkStackSidebarPrivate
impl Unpin for _GtkStackSidebarPrivate
impl UnwindSafe for _GtkStackSidebarPrivate
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