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