Struct ndarray_stats::histogram::GridBuilder
source · pub struct GridBuilder<B: BinsBuildingStrategy> { /* private fields */ }
Expand description
Implementations
sourceimpl<A, B> GridBuilder<B>where
A: Ord,
B: BinsBuildingStrategy<Elem = A>,
impl<A, B> GridBuilder<B>where
A: Ord,
B: BinsBuildingStrategy<Elem = A>,
sourcepub fn from_array<S>(array: &ArrayBase<S, Ix2>) -> Selfwhere
S: Data<Elem = A>,
pub fn from_array<S>(array: &ArrayBase<S, Ix2>) -> Selfwhere
S: Data<Elem = A>,
Auto Trait Implementations
impl<B> RefUnwindSafe for GridBuilder<B>where
B: RefUnwindSafe,
impl<B> Send for GridBuilder<B>where
B: Send,
impl<B> Sync for GridBuilder<B>where
B: Sync,
impl<B> Unpin for GridBuilder<B>where
B: Unpin,
impl<B> UnwindSafe for GridBuilder<B>where
B: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more