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