pub struct FetchProcCtx<'a> {
pub raw: &'a mut vfp_ctx,
}Expand description
A thin wrapper around a *mut ffi::vfp_ctx
Fields§
§raw: &'a mut vfp_ctxImplementations§
Source§impl<'a> FetchProcCtx<'a>
impl<'a> FetchProcCtx<'a>
Sourcepub fn pull(&mut self, buf: &mut [u8]) -> PullResult
pub fn pull(&mut self, buf: &mut [u8]) -> PullResult
Pull data from the pipeline
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FetchProcCtx<'a>
impl<'a> RefUnwindSafe for FetchProcCtx<'a>
impl<'a> !Send for FetchProcCtx<'a>
impl<'a> !Sync for FetchProcCtx<'a>
impl<'a> Unpin for FetchProcCtx<'a>
impl<'a> !UnwindSafe for FetchProcCtx<'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