Enum wit_parser::AddressSize
source · pub enum AddressSize {
Wasm32,
Wasm64,
}
Variants§
Trait Implementations§
source§impl Default for AddressSize
impl Default for AddressSize
source§fn default() -> AddressSize
fn default() -> AddressSize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddressSize
impl RefUnwindSafe for AddressSize
impl Send for AddressSize
impl Sync for AddressSize
impl Unpin for AddressSize
impl UnwindSafe for AddressSize
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