pub struct DeliveryProcCtx<'a> {
pub raw: &'a mut vdp_ctx,
}Expand description
A thin wrapper around a *mut ffi::vdp_ctx
Fields§
§raw: &'a mut vdp_ctxImplementations§
Source§impl<'a> DeliveryProcCtx<'a>
impl<'a> DeliveryProcCtx<'a>
Sourcepub fn push(&mut self, act: VdpAction, buf: &[u8]) -> PushResult
pub fn push(&mut self, act: VdpAction, buf: &[u8]) -> PushResult
Send buffer down the pipeline
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DeliveryProcCtx<'a>
impl<'a> RefUnwindSafe for DeliveryProcCtx<'a>
impl<'a> !Send for DeliveryProcCtx<'a>
impl<'a> !Sync for DeliveryProcCtx<'a>
impl<'a> Unpin for DeliveryProcCtx<'a>
impl<'a> !UnwindSafe for DeliveryProcCtx<'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