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