[][src]Struct wasi_common::wasi::types::Fd

#[repr(transparent)]pub struct Fd(_);

Implementations

impl Fd[src]

pub unsafe fn inner(&self) -> u32[src]

Trait Implementations

impl Clone for Fd[src]

impl Copy for Fd[src]

impl Debug for Fd[src]

impl Display for Fd[src]

impl Eq for Fd[src]

impl From<Fd> for u32[src]

impl From<Fd> for i32[src]

impl From<i32> for Fd[src]

impl From<u32> for Fd[src]

impl<'a> GuestType<'a> for Fd[src]

impl<'a> GuestTypeTransparent<'a> for Fd[src]

impl Hash for Fd[src]

impl PartialEq<Fd> for Fd[src]

impl StructuralEq for Fd[src]

impl StructuralPartialEq for Fd[src]

Auto Trait Implementations

impl RefUnwindSafe for Fd

impl Send for Fd

impl Sync for Fd

impl Unpin for Fd

impl UnwindSafe for Fd

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointee for T[src]

type Pointer = u32

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.