Enum wast::DataVal [−][src]
Differnet ways the value of a data segment can be defined.
Variants
Implementations
impl DataVal<'_>
[src][−]
pub fn len(&self) -> usize
[src][−]
Returns the length, in bytes, of the memory used to represent this data value.
pub fn push_onto(&self, dst: &mut Vec<u8>)
[src][−]
Pushes the value of this data value onto the provided list of bytes.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DataVal<'a>
impl<'a> Send for DataVal<'a>
impl<'a> Sync for DataVal<'a>
impl<'a> Unpin for DataVal<'a>
impl<'a> UnwindSafe for DataVal<'a>
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,