Enum redox::io::SeekFrom
[−]
[src]
pub enum SeekFrom {
Start(usize),
Current(isize),
End(isize),
}Seek Location
Variants
Start | The start point |
Current | The current point |
End | The end point |