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