#[repr(C)]pub struct Bigarray {
pub data: Data,
pub num_dims: Intnat,
pub flags: Intnat,
pub proxy: *const BigarrayProxy,
pub dim: [Intnat; 0],
}Fields§
§data: Data§num_dims: Intnat§flags: Intnat§proxy: *const BigarrayProxy§dim: [Intnat; 0]Implementations§
Auto Trait Implementations§
impl !Send for Bigarray
impl !Sync for Bigarray
impl Freeze for Bigarray
impl RefUnwindSafe for Bigarray
impl Unpin for Bigarray
impl UnsafeUnpin for Bigarray
impl UnwindSafe for Bigarray
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