pub struct TabViewItem { /* private fields */ }Available on macOS only.
Implementations§
Trait Implementations§
Source§impl AsContainer for TabViewItem
impl AsContainer for TabViewItem
Source§fn as_container(&self) -> BorrowedContainer<'_>
fn as_container(&self) -> BorrowedContainer<'_>
Get the container handle.
Auto Trait Implementations§
impl !RefUnwindSafe for TabViewItem
impl !Send for TabViewItem
impl !Sync for TabViewItem
impl !UnwindSafe for TabViewItem
impl Freeze for TabViewItem
impl Unpin for TabViewItem
impl UnsafeUnpin for TabViewItem
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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