Enum wasmer_wit_parser::Int
source · [−]pub enum Int {
U8,
U16,
U32,
U64,
}
Variants
U8
U16
U32
U64
Trait Implementations
sourceimpl PartialEq<Int> for Int
impl PartialEq<Int> for Int
impl Copy for Int
impl StructuralPartialEq for Int
Auto Trait Implementations
impl RefUnwindSafe for Int
impl Send for Int
impl Sync for Int
impl Unpin for Int
impl UnwindSafe for Int
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more