pub struct WindowExpand<EG: Numeric> {
pub slice: <Slice<Line<EG>> as CubeType>::ExpandType,
pub size: <u32 as CubeType>::ExpandType,
}
Fields§
§slice: <Slice<Line<EG>> as CubeType>::ExpandType
§size: <u32 as CubeType>::ExpandType
Trait Implementations§
Source§impl<EG: Numeric> Clone for WindowExpand<EG>
impl<EG: Numeric> Clone for WindowExpand<EG>
Source§impl<EG: Numeric> CubeDebug for WindowExpand<EG>
impl<EG: Numeric> CubeDebug for WindowExpand<EG>
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<EG> Freeze for WindowExpand<EG>
impl<EG> RefUnwindSafe for WindowExpand<EG>where
EG: RefUnwindSafe,
impl<EG> !Send for WindowExpand<EG>
impl<EG> !Sync for WindowExpand<EG>
impl<EG> Unpin for WindowExpand<EG>where
EG: Unpin,
impl<EG> UnwindSafe for WindowExpand<EG>where
EG: 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