pub struct SimpleIm2colExpand {}
Trait Implementations§
Source§impl Clone for SimpleIm2colExpand
impl Clone for SimpleIm2colExpand
Source§impl CubeDebug for SimpleIm2colExpand
impl CubeDebug for SimpleIm2colExpand
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl Freeze for SimpleIm2colExpand
impl RefUnwindSafe for SimpleIm2colExpand
impl Send for SimpleIm2colExpand
impl Sync for SimpleIm2colExpand
impl Unpin for SimpleIm2colExpand
impl UnwindSafe for SimpleIm2colExpand
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