pub struct Im2colLaunch<R>where
R: Runtime,{ /* private fields */ }Implementations§
Source§impl<R> Im2colLaunch<R>where
R: Runtime,
impl<R> Im2colLaunch<R>where
R: Runtime,
Sourcepub fn new() -> Im2colLaunch<R>
pub fn new() -> Im2colLaunch<R>
New kernel
Auto Trait Implementations§
impl<R> Freeze for Im2colLaunch<R>
impl<R> RefUnwindSafe for Im2colLaunch<R>where
R: RefUnwindSafe,
impl<R> Send for Im2colLaunch<R>
impl<R> Sync for Im2colLaunch<R>
impl<R> Unpin for Im2colLaunch<R>where
R: Unpin,
impl<R> UnsafeUnpin for Im2colLaunch<R>
impl<R> UnwindSafe for Im2colLaunch<R>where
R: UnwindSafe,
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