#[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 Freeze for Bigarray
impl RefUnwindSafe for Bigarray
impl !Send for Bigarray
impl !Sync for Bigarray
impl Unpin 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