We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc98bf commit e57bcd8Copy full SHA for e57bcd8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 73b30db42dd1e408d30668541fd5c30721001973
+refs/heads/master: 92994460309a45d83affec8f4e5ca8ce386f0e46
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
5
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d
trunk/src/libstd/io/cursor.rs
@@ -31,6 +31,7 @@ use slice;
31
/// over `T` itself. Instead, specific implementations are provided for various
32
/// in-memory buffer types like `Vec<u8>` and `&[u8]`.
33
#[stable(feature = "rust1", since = "1.0.0")]
34
+#[derive(Clone, Debug)]
35
pub struct Cursor<T> {
36
inner: T,
37
pos: u64,
0 commit comments