#[repr(C)]pub struct PyArray_ArrayDescr {
pub base: *mut PyArray_Descr,
pub shape: *mut PyObject,
}
Fields§
§base: *mut PyArray_Descr
§shape: *mut PyObject
Trait Implementations§
Source§impl Clone for PyArray_ArrayDescr
impl Clone for PyArray_ArrayDescr
Source§fn clone(&self) -> PyArray_ArrayDescr
fn clone(&self) -> PyArray_ArrayDescr
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_ArrayDescr
Auto Trait Implementations§
impl Freeze for PyArray_ArrayDescr
impl RefUnwindSafe for PyArray_ArrayDescr
impl !Send for PyArray_ArrayDescr
impl !Sync for PyArray_ArrayDescr
impl Unpin for PyArray_ArrayDescr
impl UnwindSafe for PyArray_ArrayDescr
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