#[repr(C)]pub union OptionalTensorStorage__bindgen_ty_1 {
pub _dummy: ManuallyDrop<c_char>,
pub _val: ManuallyDrop<TensorStorage>,
}Fields§
§_dummy: ManuallyDrop<c_char>§_val: ManuallyDrop<TensorStorage>Auto Trait Implementations§
impl Freeze for OptionalTensorStorage__bindgen_ty_1
impl RefUnwindSafe for OptionalTensorStorage__bindgen_ty_1
impl Send for OptionalTensorStorage__bindgen_ty_1
impl Sync for OptionalTensorStorage__bindgen_ty_1
impl Unpin for OptionalTensorStorage__bindgen_ty_1
impl UnwindSafe for OptionalTensorStorage__bindgen_ty_1
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