pub struct FilterBuf<'a> { /* private fields */ }Implementations§
Source§impl FilterBuf<'_>
impl FilterBuf<'_>
Sourcepub fn with_read_src<F, R>(&self, f: F) -> R
pub fn with_read_src<F, R>(&self, f: F) -> R
Returns references to the source read buffer.
Sourcepub fn with_read_buffers<F, R>(&self, f: F) -> R
pub fn with_read_buffers<F, R>(&self, f: F) -> R
Returns references to the source and destination read buffers.
Sourcepub fn with_write_buffers<F, R>(&self, f: F) -> R
pub fn with_write_buffers<F, R>(&self, f: F) -> R
Returns references to the source and destination write buffers.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for FilterBuf<'a>
impl<'a> !RefUnwindSafe for FilterBuf<'a>
impl<'a> !Send for FilterBuf<'a>
impl<'a> !Sync for FilterBuf<'a>
impl<'a> Unpin for FilterBuf<'a>
impl<'a> UnsafeUnpin for FilterBuf<'a>
impl<'a> !UnwindSafe for FilterBuf<'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