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