pub struct LogicalArray {
pub data: Vec<u8>,
pub shape: Vec<usize>,
}Fields§
§data: Vec<u8>§shape: Vec<usize>Implementations§
Trait Implementations§
Source§impl Clone for LogicalArray
impl Clone for LogicalArray
Source§fn clone(&self) -> LogicalArray
fn clone(&self) -> LogicalArray
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 LogicalArray
impl Debug for LogicalArray
Source§impl Display for LogicalArray
impl Display for LogicalArray
Source§impl PartialEq for LogicalArray
impl PartialEq for LogicalArray
impl StructuralPartialEq for LogicalArray
Auto Trait Implementations§
impl Freeze for LogicalArray
impl RefUnwindSafe for LogicalArray
impl Send for LogicalArray
impl Sync for LogicalArray
impl Unpin for LogicalArray
impl UnwindSafe for LogicalArray
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