#[repr(C)]pub struct PyArray_Dims {
pub ptr: *mut npy_intp,
pub len: c_int,
}
Fields§
§ptr: *mut npy_intp
§len: c_int
Trait Implementations§
Source§impl Clone for PyArray_Dims
impl Clone for PyArray_Dims
Source§fn clone(&self) -> PyArray_Dims
fn clone(&self) -> PyArray_Dims
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 moreimpl Copy for PyArray_Dims
Auto Trait Implementations§
impl Freeze for PyArray_Dims
impl RefUnwindSafe for PyArray_Dims
impl !Send for PyArray_Dims
impl !Sync for PyArray_Dims
impl Unpin for PyArray_Dims
impl UnwindSafe for PyArray_Dims
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