#[repr(C)]pub struct VecEValue {
pub data: EValueRefMut,
pub len: usize,
pub cap: usize,
}Fields§
§data: EValueRefMut§len: usize§cap: usizeTrait Implementations§
Source§impl ExternType for VecEValue
Available on crate feature std only.
impl ExternType for VecEValue
Available on crate feature
std only.Auto Trait Implementations§
impl Freeze for VecEValue
impl RefUnwindSafe for VecEValue
impl !Send for VecEValue
impl !Sync for VecEValue
impl Unpin for VecEValue
impl UnwindSafe for VecEValue
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