Expand description
Differnet ways the value of a data segment can be defined.
Variants
String(&'a [u8])
Integral(Vec<u8>)
Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more