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