pub struct MemType {
pub limits: Limits,
}Expand description
The type of a Mem.
Fields§
§limits: LimitsImplementations§
Trait Implementations§
Source§impl From<MemType> for ExternType
impl From<MemType> for ExternType
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