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