#[repr(C)]pub struct WasmEdge_Bytes {
pub Length: u32,
pub Buf: *const u8,
}
Expand description
WasmEdge bytes struct.
Fields§
§Length: u32
§Buf: *const u8
Trait Implementations§
Source§impl Clone for WasmEdge_Bytes
impl Clone for WasmEdge_Bytes
Source§fn clone(&self) -> WasmEdge_Bytes
fn clone(&self) -> WasmEdge_Bytes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WasmEdge_Bytes
impl Debug for WasmEdge_Bytes
impl Copy for WasmEdge_Bytes
Auto Trait Implementations§
impl Freeze for WasmEdge_Bytes
impl RefUnwindSafe for WasmEdge_Bytes
impl !Send for WasmEdge_Bytes
impl !Sync for WasmEdge_Bytes
impl Unpin for WasmEdge_Bytes
impl UnwindSafe for WasmEdge_Bytes
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