pub struct ReduceRangeExpand {
pub start: <u32 as CubeType>::ExpandType,
pub end: <u32 as CubeType>::ExpandType,
pub step: <u32 as CubeType>::ExpandType,
}
Fields§
§start: <u32 as CubeType>::ExpandType
§end: <u32 as CubeType>::ExpandType
§step: <u32 as CubeType>::ExpandType
Trait Implementations§
Source§impl Clone for ReduceRangeExpand
impl Clone for ReduceRangeExpand
Source§fn clone(&self) -> ReduceRangeExpand
fn clone(&self) -> ReduceRangeExpand
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Init for ReduceRangeExpand
impl Init for ReduceRangeExpand
Auto Trait Implementations§
impl Freeze for ReduceRangeExpand
impl RefUnwindSafe for ReduceRangeExpand
impl !Send for ReduceRangeExpand
impl !Sync for ReduceRangeExpand
impl Unpin for ReduceRangeExpand
impl UnwindSafe for ReduceRangeExpand
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