#[repr(C)]pub struct TVMFFIShapeCell {
pub data: *const i64,
pub size: usize,
}Expand description
Shape cell used in shape object following header.
Fields§
§data: *const i64§size: usizeAuto Trait Implementations§
impl Freeze for TVMFFIShapeCell
impl RefUnwindSafe for TVMFFIShapeCell
impl !Send for TVMFFIShapeCell
impl !Sync for TVMFFIShapeCell
impl Unpin for TVMFFIShapeCell
impl UnwindSafe for TVMFFIShapeCell
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