pub struct NhwcCoordsExpand {
    pub batch: <u32 as CubeType>::ExpandType,
    pub spatial: <Sequence<i32> as CubeType>::ExpandType,
    pub channel: <u32 as CubeType>::ExpandType,
}Fields§
§batch: <u32 as CubeType>::ExpandType§spatial: <Sequence<i32> as CubeType>::ExpandType§channel: <u32 as CubeType>::ExpandTypeImplementations§
Source§impl NhwcCoordsExpand
 
impl NhwcCoordsExpand
pub fn __expand_new( scope: &mut Scope, batch: <u32 as CubeType>::ExpandType, spatial: <Sequence<i32> as CubeType>::ExpandType, channel: <u32 as CubeType>::ExpandType, ) -> Self
Source§impl NhwcCoordsExpand
 
impl NhwcCoordsExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for NhwcCoordsExpand
 
impl Clone for NhwcCoordsExpand
Source§impl CubeDebug for NhwcCoordsExpand
 
impl CubeDebug for NhwcCoordsExpand
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 NhwcCoordsExpand
impl !RefUnwindSafe for NhwcCoordsExpand
impl !Send for NhwcCoordsExpand
impl !Sync for NhwcCoordsExpand
impl Unpin for NhwcCoordsExpand
impl !UnwindSafe for NhwcCoordsExpand
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