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