pub struct ReduceDtypes {
pub input: StorageType,
pub output: StorageType,
pub accumulation: StorageType,
}Fields§
§input: StorageType§output: StorageType§accumulation: StorageTypeTrait Implementations§
Source§impl Clone for ReduceDtypes
impl Clone for ReduceDtypes
Source§fn clone(&self) -> ReduceDtypes
fn clone(&self) -> ReduceDtypes
Returns a duplicate 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 Debug for ReduceDtypes
impl Debug for ReduceDtypes
impl Copy for ReduceDtypes
Auto Trait Implementations§
impl Freeze for ReduceDtypes
impl RefUnwindSafe for ReduceDtypes
impl Send for ReduceDtypes
impl Sync for ReduceDtypes
impl Unpin for ReduceDtypes
impl UnwindSafe for ReduceDtypes
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