pub struct StreamMem(_, _);
Creates a new StreamMem
object.
a new memory stream.
Creates a new StreamMem
object and initializes the stream
contents with the first len
bytes of buffer
.
stream data
buffer length
a new memory stream initialized with buffer
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
Returns the type identifier of Self
.
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Returns the "default value" for a type. Read more