Struct executorch_sys::torch::executor::BoxedEvalueList
source · #[repr(C)]pub struct BoxedEvalueList<T> {
pub wrapped_vals_: ArrayRef<*mut EValue>,
pub unwrapped_vals_: *mut T,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
}Fields§
§wrapped_vals_: ArrayRef<*mut EValue>§unwrapped_vals_: *mut T§_phantom_0: PhantomData<UnsafeCell<T>>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for BoxedEvalueList<T>
impl<T> !RefUnwindSafe for BoxedEvalueList<T>
impl<T> !Send for BoxedEvalueList<T>
impl<T> !Sync for BoxedEvalueList<T>
impl<T> Unpin for BoxedEvalueList<T>where
T: Unpin,
impl<T> !UnwindSafe for BoxedEvalueList<T>
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