Enum wasmer_wit_parser::FlagsRepr
source · [−]pub enum FlagsRepr {
U8,
U16,
U32(usize),
}
Variants
U8
U16
U32(usize)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlagsRepr
impl Send for FlagsRepr
impl Sync for FlagsRepr
impl Unpin for FlagsRepr
impl UnwindSafe for FlagsRepr
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