#[repr(C)]pub struct ET_BoxedEvalueListTensor {
pub wrapped_vals: ET_ArrayRefEValuePtr,
pub unwrapped_vals: ET_TensorRefMut,
}Fields§
§wrapped_vals: ET_ArrayRefEValuePtr§unwrapped_vals: ET_TensorRefMutTrait Implementations§
Auto Trait Implementations§
impl !Send for ET_BoxedEvalueListTensor
impl !Sync for ET_BoxedEvalueListTensor
impl Freeze for ET_BoxedEvalueListTensor
impl RefUnwindSafe for ET_BoxedEvalueListTensor
impl Unpin for ET_BoxedEvalueListTensor
impl UnsafeUnpin for ET_BoxedEvalueListTensor
impl UnwindSafe for ET_BoxedEvalueListTensor
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