Struct wasefire_applet_api::rng::fill_bytes::Params
source · #[repr(C)]pub struct Params {
pub ptr: *mut u8,
pub len: usize,
}Expand description
Parameters of fill_bytes
Fields§
§ptr: *mut u8The slice to fill.
len: usizeThe length of the slice.
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