pub struct RawBytesFrame<'a, R> { /* private fields */ }
Implementations§
source§impl<'a, R: Seek + IO> RawBytesFrame<'a, R>
impl<'a, R: Seek + IO> RawBytesFrame<'a, R>
pub fn direct_stream(&mut self) -> Result<&mut R, R::Error>
Trait Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for RawBytesFrame<'a, R>
impl<'a, R> !ObjSafe for RawBytesFrame<'a, R>
impl<'a, R> RefUnwindSafe for RawBytesFrame<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for RawBytesFrame<'a, R>where
R: Send,
impl<'a, R> Sync for RawBytesFrame<'a, R>where
R: Sync,
impl<'a, R> Unpin for RawBytesFrame<'a, R>
impl<'a, R> !UnwindSafe for RawBytesFrame<'a, R>
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