Struct wasefire_applet_api::store::insert::Params
source · #[repr(C)]pub struct Params {
pub key: usize,
pub ptr: *const u8,
pub len: usize,
}Expand description
Parameters of insert
Fields§
§key: usizeKey of the entry.
This must be smaller than 4096.
ptr: *const u8Value of the entry.
len: usizeLength of the value.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl !Send for Params
impl !Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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