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