#[repr(C)]pub struct WasmNames {
pub length: usize,
pub capacity: usize,
pub names: *mut *mut c_char,
}Fields§
§length: usize§capacity: usize§names: *mut *mut c_charImplementations§
Trait Implementations§
Source§impl ConstDefault for WasmNames
impl ConstDefault for WasmNames
impl Copy for WasmNames
Auto Trait Implementations§
impl Freeze for WasmNames
impl RefUnwindSafe for WasmNames
impl !Send for WasmNames
impl !Sync for WasmNames
impl Unpin for WasmNames
impl UnwindSafe for WasmNames
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