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