pub struct HPR_Driver<'x, 'a, F>where
F: HPRNum,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'x, 'a, F> Freeze for HPR_Driver<'x, 'a, F>
impl<'x, 'a, F> RefUnwindSafe for HPR_Driver<'x, 'a, F>
impl<'x, 'a, F> Send for HPR_Driver<'x, 'a, F>
impl<'x, 'a, F> Sync for HPR_Driver<'x, 'a, F>
impl<'x, 'a, F> Unpin for HPR_Driver<'x, 'a, F>
impl<'x, 'a, F> !UnwindSafe for HPR_Driver<'x, 'a, F>
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