Enum packetrs_impl::bit_seek::BitSeekFrom
source · [−]Variants
Start(u64, u64)
Seek a given number of (bytes, bits) forwards from the start of the buffer.
Current(i64, i64)
Seek a given number of (bytes, bits) in either direction from the current position.
End(i64, i64)
Seek a given number of (bytes, bits) backwards from the end of the buffer.
Auto Trait Implementations
impl RefUnwindSafe for BitSeekFrom
impl Send for BitSeekFrom
impl Sync for BitSeekFrom
impl Unpin for BitSeekFrom
impl UnwindSafe for BitSeekFrom
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