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