Struct ha_ndarray::host::Stack
source · pub struct Stack;
Trait Implementations§
source§impl PartialEq for Stack
impl PartialEq for Stack
source§impl PlatformInstance for Stack
impl PlatformInstance for Stack
source§impl<A, T> ReduceAll<A, T> for Stack
impl<A, T> ReduceAll<A, T> for Stack
fn all(self, access: A) -> Result<bool, Error>
fn any(self, access: A) -> Result<bool, Error>
fn max(self, access: A) -> Result<T, Error>
fn min(self, access: A) -> Result<T, Error>
fn product(self, access: A) -> Result<T, Error>
fn sum(self, access: A) -> Result<T, Error>
impl Copy for Stack
impl Eq for Stack
impl StructuralEq for Stack
impl StructuralPartialEq for Stack
Auto Trait Implementations§
impl RefUnwindSafe for Stack
impl Send for Stack
impl Sync for Stack
impl Unpin for Stack
impl UnwindSafe for Stack
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