Struct wasi_common::StringArray
source · pub struct StringArray { /* private fields */ }
Implementations§
source§impl StringArray
impl StringArray
pub fn new() -> Self
pub fn push(&mut self, elem: String) -> Result<(), StringArrayError>
pub fn number_elements(&self) -> u32
pub fn cumulative_size(&self) -> u32
pub fn write_to_guest<'a>( &self, buffer: &GuestPtr<'a, u8>, element_heads: &GuestPtr<'a, GuestPtr<'a, u8>> ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for StringArray
impl RefUnwindSafe for StringArray
impl Send for StringArray
impl Sync for StringArray
impl Unpin for StringArray
impl UnwindSafe for StringArray
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