Expand description
Equivalent to std::io::SeekFrom
.
Variants
Start(u64)
Equivalent to C’s SEEK_SET
.
End(i64)
Equivalent to C’s SEEK_END
.
Current(i64)
Equivalent to C’s SEEK_CUR
.
Auto Trait Implementations
impl RefUnwindSafe for SeekFrom
impl Send for SeekFrom
impl Sync for SeekFrom
impl Unpin for SeekFrom
impl UnwindSafe for SeekFrom
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more