#[repr(C, align(8))]pub struct ET_TensorStorage {
pub _bindgen_opaque_blob: u64,
}Fields§
§_bindgen_opaque_blob: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ET_TensorStorage
impl RefUnwindSafe for ET_TensorStorage
impl Send for ET_TensorStorage
impl Sync for ET_TensorStorage
impl Unpin for ET_TensorStorage
impl UnsafeUnpin for ET_TensorStorage
impl UnwindSafe for ET_TensorStorage
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