Struct tokio::io::util::vec_with_initialized::ReadBufParts
source · pub(crate) struct ReadBufParts {
ptr: *const u8,
len: usize,
initialized: usize,
}
Fields§
§ptr: *const u8
§len: usize
§initialized: usize
Auto Trait Implementations§
impl Freeze for ReadBufParts
impl RefUnwindSafe for ReadBufParts
impl !Send for ReadBufParts
impl !Sync for ReadBufParts
impl Unpin for ReadBufParts
impl UnwindSafe for ReadBufParts
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