#[repr(C)]pub struct Int8MultiArray {
pub layout: MultiArrayLayout,
pub data: I8Seq<0>,
}Fields§
§layout: MultiArrayLayout§data: I8Seq<0>Implementations§
Trait Implementations§
Source§impl Debug for Int8MultiArray
impl Debug for Int8MultiArray
Source§impl Drop for Int8MultiArray
impl Drop for Int8MultiArray
Source§impl PartialEq for Int8MultiArray
impl PartialEq for Int8MultiArray
Auto Trait Implementations§
impl Freeze for Int8MultiArray
impl RefUnwindSafe for Int8MultiArray
impl Send for Int8MultiArray
impl Sync for Int8MultiArray
impl Unpin for Int8MultiArray
impl UnwindSafe for Int8MultiArray
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