Struct wasmedge_sys::ffi::WasmEdge_String
source · #[repr(C)]pub struct WasmEdge_String {
pub Length: u32,
pub Buf: *const c_char,
}
Expand description
WasmEdge string struct.
Fields§
§Length: u32
§Buf: *const c_char
Trait Implementations§
source§impl Clone for WasmEdge_String
impl Clone for WasmEdge_String
source§fn clone(&self) -> WasmEdge_String
fn clone(&self) -> WasmEdge_String
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_String
impl Debug for WasmEdge_String
source§impl From<WasmEdge_String> for String
impl From<WasmEdge_String> for String
source§fn from(s: WasmEdge_String) -> Self
fn from(s: WasmEdge_String) -> Self
Converts to this type from the input type.
impl Copy for WasmEdge_String
Auto Trait Implementations§
impl RefUnwindSafe for WasmEdge_String
impl !Send for WasmEdge_String
impl !Sync for WasmEdge_String
impl Unpin for WasmEdge_String
impl UnwindSafe for WasmEdge_String
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