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