pub struct MemType {
pub limits: Limits,
}Fields§
§limits: LimitsImplementations§
Source§impl MemType
impl MemType
pub fn read(wasm: &mut WasmReader<'_>) -> Result<Self, ValidationError>
Trait Implementations§
impl Copy for MemType
impl Eq for MemType
impl StructuralPartialEq for MemType
Auto Trait Implementations§
impl Freeze for MemType
impl RefUnwindSafe for MemType
impl Send for MemType
impl Sync for MemType
impl Unpin for MemType
impl UnwindSafe for MemType
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