Struct gtk_sys::_GtkStackSidebarPrivate
source · #[repr(C)]pub struct _GtkStackSidebarPrivate { /* private fields */ }
Auto Trait Implementations§
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