Enum marine_macro_impl::RustType [−][src]
pub enum RustType {
U8,
U16,
U32,
U64,
I8,
I16,
I32,
I64,
F32,
F64,
}Expand description
Raw Wasm types according to the spec except i128.
Variants
Trait Implementations
impl ToTokens for RustType[src]
impl ToTokens for RustType[src]fn to_tokens(&self, tokens: &mut TokenStream)[src]
fn to_tokens(&self, tokens: &mut TokenStream)[src]Write self to the given TokenStream. Read more
fn to_token_stream(&self) -> TokenStream[src]
fn to_token_stream(&self) -> TokenStream[src]Convert self directly into a TokenStream object. Read more
fn into_token_stream(self) -> TokenStream[src]
fn into_token_stream(self) -> TokenStream[src]Convert self directly into a TokenStream object. Read more
Auto Trait Implementations
impl RefUnwindSafe for RustType
impl Send for RustType
impl Sync for RustType
impl Unpin for RustType
impl UnwindSafe for RustType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Spanned for T where
T: Spanned + ?Sized, [src]
impl<T> Spanned for T where
T: Spanned + ?Sized, [src]pub fn span(&self) -> Span[src]
pub fn span(&self) -> Span[src]Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more