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