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