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