pub struct OutputBuf {
start: *mut u8,
cur: *mut u8,
end: *mut u8,
}
Fields§
§start: *mut u8
§cur: *mut u8
§end: *mut u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputBuf
impl RefUnwindSafe for OutputBuf
impl !Send for OutputBuf
impl !Sync for OutputBuf
impl Unpin for OutputBuf
impl UnwindSafe for OutputBuf
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