pub struct PageCount(pub usize);Expand description
WebAssembly memory page count.
WebAssembly 内存页数量。
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
impl Copy for PageCount
impl Eq for PageCount
impl StructuralPartialEq for PageCount
Auto Trait Implementations§
impl Freeze for PageCount
impl RefUnwindSafe for PageCount
impl Send for PageCount
impl Sync for PageCount
impl Unpin for PageCount
impl UnwindSafe for PageCount
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)