pub struct LiveDataRecordingWriter<W>where
W: Write,{ /* private fields */ }
Expand description
A RecordingWriter
for type 0x88 live data recordings.
Implementations§
Source§impl<W> LiveDataRecordingWriter<W>where
W: Write,
impl<W> LiveDataRecordingWriter<W>where
W: Write,
Sourcepub fn new(writer: W) -> LiveDataRecordingWriter<W>
pub fn new(writer: W) -> LiveDataRecordingWriter<W>
Construct a new LiveDataRecordingWriter<T>
instance.
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for LiveDataRecordingWriter<W>where
W: Freeze,
impl<W> RefUnwindSafe for LiveDataRecordingWriter<W>where
W: RefUnwindSafe,
impl<W> Send for LiveDataRecordingWriter<W>where
W: Send,
impl<W> Sync for LiveDataRecordingWriter<W>where
W: Sync,
impl<W> Unpin for LiveDataRecordingWriter<W>where
W: Unpin,
impl<W> UnwindSafe for LiveDataRecordingWriter<W>where
W: UnwindSafe,
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