Enum std::io::SeekFrom 1.0.0
[−]
[src]
pub enum SeekFrom { Start(u64), End(i64), Current(i64), }
Variants
Start(u64)
End(i64)
Current(i64)
Trait Implementations
impl Copy for SeekFrom
[src]
impl PartialEq for SeekFrom
[src]
fn eq(&self, __arg_0: &SeekFrom) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SeekFrom) -> bool
This method tests for !=
.
impl Eq for SeekFrom
[src]
impl Clone for SeekFrom
[src]
fn clone(&self) -> SeekFrom
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more