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