pub struct DataReader(/* private fields */);
Trait Implementations§
Source§impl ReadBytesAt for DataReader
impl ReadBytesAt for DataReader
Auto Trait Implementations§
impl Freeze for DataReader
impl !RefUnwindSafe for DataReader
impl Send for DataReader
impl Sync for DataReader
impl Unpin for DataReader
impl !UnwindSafe for DataReader
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