pub struct BytesDerState {
pub pos: usize,
}Expand description
Cursor for a direct byte sequence.
Fields§
§pos: usizeTrait Implementations§
Source§impl Clone for BytesDerState
impl Clone for BytesDerState
Source§fn clone(&self) -> BytesDerState
fn clone(&self) -> BytesDerState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BytesDerState
impl Default for BytesDerState
Source§fn default() -> BytesDerState
fn default() -> BytesDerState
Returns the “default value” for a type. Read more
impl Copy for BytesDerState
Auto Trait Implementations§
impl Freeze for BytesDerState
impl RefUnwindSafe for BytesDerState
impl Send for BytesDerState
impl Sync for BytesDerState
impl Unpin for BytesDerState
impl UnsafeUnpin for BytesDerState
impl UnwindSafe for BytesDerState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more