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