Struct ha_ndarray::host::Heap
source · pub struct Heap;
Trait Implementations§
source§impl PartialEq for Heap
impl PartialEq for Heap
source§impl PlatformInstance for Heap
impl PlatformInstance for Heap
source§impl<A, T> ReduceAll<A, T> for Heap
impl<A, T> ReduceAll<A, T> for Heap
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 Heap
impl Eq for Heap
impl StructuralEq for Heap
impl StructuralPartialEq for Heap
Auto Trait Implementations§
impl RefUnwindSafe for Heap
impl Send for Heap
impl Sync for Heap
impl Unpin for Heap
impl UnwindSafe for Heap
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