pub struct Im2colWideCompilationArg {}Trait Implementations§
Source§impl Clone for Im2colWideCompilationArg
impl Clone for Im2colWideCompilationArg
Source§impl CompilationArg for Im2colWideCompilationArg
impl CompilationArg for Im2colWideCompilationArg
Source§fn dynamic_cast<Arg: CompilationArg>(&self) -> Arg
fn dynamic_cast<Arg: CompilationArg>(&self) -> Arg
Compilation args should be the same even with different element types. However, it isn’t
possible to enforce it with the type system. So, we make the compilation args serializable
and dynamically cast them. Read more
Source§impl Debug for Im2colWideCompilationArg
impl Debug for Im2colWideCompilationArg
Source§impl Hash for Im2colWideCompilationArg
impl Hash for Im2colWideCompilationArg
Source§impl PartialEq for Im2colWideCompilationArg
impl PartialEq for Im2colWideCompilationArg
impl Eq for Im2colWideCompilationArg
Auto Trait Implementations§
impl Freeze for Im2colWideCompilationArg
impl RefUnwindSafe for Im2colWideCompilationArg
impl Send for Im2colWideCompilationArg
impl Sync for Im2colWideCompilationArg
impl Unpin for Im2colWideCompilationArg
impl UnwindSafe for Im2colWideCompilationArg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.