pub struct DecodedVtx<'a> {
pub version: u8,
pub metadata: Option<&'a [u8]>,
pub component: &'a [u8],
}Fields§
§version: u8§metadata: Option<&'a [u8]>§component: &'a [u8]Auto Trait Implementations§
impl<'a> Freeze for DecodedVtx<'a>
impl<'a> RefUnwindSafe for DecodedVtx<'a>
impl<'a> Send for DecodedVtx<'a>
impl<'a> Sync for DecodedVtx<'a>
impl<'a> Unpin for DecodedVtx<'a>
impl<'a> UnwindSafe for DecodedVtx<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more