Struct tvm_sys::ffi::TVMByteArray [−][src]
Expand description
\brief Byte array type used to pass in byte array When kTVMBytes is used as data type.
Fields
data: *const c_char
size: size_t
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TVMByteArray
impl !Send for TVMByteArray
impl !Sync for TVMByteArray
impl Unpin for TVMByteArray
impl UnwindSafe for TVMByteArray
Blanket Implementations
Mutably borrows from an owned value. Read more