#[repr(C)]pub struct Dims {
pub nb_dims: c_int,
pub d: [c_int; 8],
}Fields§
§nb_dims: c_int§d: [c_int; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dims
impl RefUnwindSafe for Dims
impl Send for Dims
impl Sync for Dims
impl Unpin for Dims
impl UnsafeUnpin for Dims
impl UnwindSafe for 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