pub struct L4BytesInput {
pub bytes: BytesView,
pub context: Vec<ContextEntry>,
}Expand description
Mirrors the WIT l4-bytes-input record from vane:plugin/handler-l4-bytes@0.1.0.
Fields§
§bytes: BytesView§context: Vec<ContextEntry>Auto Trait Implementations§
impl Freeze for L4BytesInput
impl RefUnwindSafe for L4BytesInput
impl Send for L4BytesInput
impl Sync for L4BytesInput
impl Unpin for L4BytesInput
impl UnsafeUnpin for L4BytesInput
impl UnwindSafe for L4BytesInput
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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