pub(crate) struct ReadBufParts {
ptr: *const u8,
len: usize,
initialized: usize,
}Fields§
§ptr: *const u8§len: usize§initialized: usizeAuto 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