pub struct StreamFs(_, _);
Creates a new StreamFs
object around fd
.
a file descriptor
a stream using fd
.
Creates a new StreamFs
object around fd
with bounds start
and end
.
a file descriptor
start boundary
end boundary
a stream using fd
with bounds start
and end
.
Creates a new StreamFs
object for the specified path
.
the path to a file
as in open(2)
as in open(2)
a stream using for reading and/or writing to the
specified file path or None
on error.
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 !=
.