pub struct HER_Builder<'x, 'a, F>where
F: HERNum,{ /* private fields */ }
Expand description
Builder for HER_
.
Implementations§
Source§impl<'x, 'a, F> HER_Builder<'x, 'a, F>where
F: HERNum,
impl<'x, 'a, F> HER_Builder<'x, 'a, F>where
F: HERNum,
Trait Implementations§
Source§impl<'x, 'a, F> BLASBuilder<'a, F, Dim<[usize; 2]>> for HER_Builder<'x, 'a, F>where
F: HERNum,
impl<'x, 'a, F> BLASBuilder<'a, F, Dim<[usize; 2]>> for HER_Builder<'x, 'a, F>where
F: HERNum,
Auto Trait Implementations§
impl<'x, 'a, F> Freeze for HER_Builder<'x, 'a, F>
impl<'x, 'a, F> RefUnwindSafe for HER_Builder<'x, 'a, F>
impl<'x, 'a, F> Send for HER_Builder<'x, 'a, F>
impl<'x, 'a, F> Sync for HER_Builder<'x, 'a, F>
impl<'x, 'a, F> Unpin for HER_Builder<'x, 'a, F>
impl<'x, 'a, F> !UnwindSafe for HER_Builder<'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