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