pub struct Array { /* private fields */ }
Implementations§
Source§impl Array
impl Array
pub fn name(&self) -> &str
pub fn size(&self) -> &Vec<usize>
pub fn ndims(&self) -> usize
pub fn data(&self) -> &NumericData
pub fn get_num_elements(&self) -> u32
pub fn check_index_bound(&self, index: usize, dim: usize) -> usize
pub fn set_int8(&mut self, row: usize, col: usize, value: i8)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Array
impl RefUnwindSafe for Array
impl Send for Array
impl Sync for Array
impl Unpin for Array
impl UnwindSafe for Array
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