#[repr(C)]pub struct GetByteContext {
pub buffer: *const u8,
pub buffer_end: *const u8,
pub buffer_start: *const u8,
}
Fields§
§buffer: *const u8
§buffer_end: *const u8
§buffer_start: *const u8
Trait Implementations§
Source§impl Clone for GetByteContext
impl Clone for GetByteContext
Source§fn clone(&self) -> GetByteContext
fn clone(&self) -> GetByteContext
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetByteContext
impl Debug for GetByteContext
impl Copy for GetByteContext
Auto Trait Implementations§
impl Freeze for GetByteContext
impl RefUnwindSafe for GetByteContext
impl !Send for GetByteContext
impl !Sync for GetByteContext
impl Unpin for GetByteContext
impl UnwindSafe for GetByteContext
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