Expand description
Represents a movable pointer within a larger binary string or buffer.
This structure is used to define buffers for reading.
Fields
len: usize
ptr: *mut u8
Trait Implementations
sourceimpl Clone for aws_byte_cursor
impl Clone for aws_byte_cursor
sourcefn clone(&self) -> aws_byte_cursor
fn clone(&self) -> aws_byte_cursor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_byte_cursor
impl Debug for aws_byte_cursor
sourceimpl Default for aws_byte_cursor
impl Default for aws_byte_cursor
sourceimpl PartialEq<aws_byte_cursor> for aws_byte_cursor
impl PartialEq<aws_byte_cursor> for aws_byte_cursor
sourcefn eq(&self, other: &aws_byte_cursor) -> bool
fn eq(&self, other: &aws_byte_cursor) -> bool
impl Copy for aws_byte_cursor
impl Eq for aws_byte_cursor
impl StructuralEq for aws_byte_cursor
impl StructuralPartialEq for aws_byte_cursor
Auto Trait Implementations
impl RefUnwindSafe for aws_byte_cursor
impl !Send for aws_byte_cursor
impl !Sync for aws_byte_cursor
impl Unpin for aws_byte_cursor
impl UnwindSafe for aws_byte_cursor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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