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