[−][src]Enum witx::TypePassedBy
Enumerates the strategies which may be used to pass a datatype as an argument
Variants
Value(AtomType)Pass by value specifies the AtomType used to represent that value
Pass by a pointer into linear memory
Pass by a pointer and length pair, into linear memory
Trait Implementations
impl Clone for TypePassedBy[src]
fn clone(&self) -> TypePassedBy[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TypePassedBy[src]
impl Debug for TypePassedBy[src]
impl Eq for TypePassedBy[src]
impl PartialEq<TypePassedBy> for TypePassedBy[src]
fn eq(&self, other: &TypePassedBy) -> bool[src]
fn ne(&self, other: &TypePassedBy) -> bool[src]
impl StructuralEq for TypePassedBy[src]
impl StructuralPartialEq for TypePassedBy[src]
Auto Trait Implementations
impl RefUnwindSafe for TypePassedBy
impl Send for TypePassedBy
impl Sync for TypePassedBy
impl Unpin for TypePassedBy
impl UnwindSafe for TypePassedBy
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,