Struct anstream::adapter::WinconBytes
source · pub struct WinconBytes { /* private fields */ }
Expand description
Incrementally convert to wincon calls for non-contiguous data
Implementations§
source§impl WinconBytes
impl WinconBytes
sourcepub fn extract_next<'s>(&'s mut self, bytes: &'s [u8]) -> WinconBytesIter<'s> ⓘ
pub fn extract_next<'s>(&'s mut self, bytes: &'s [u8]) -> WinconBytesIter<'s> ⓘ
Strip the next segment of data
Trait Implementations§
source§impl Clone for WinconBytes
impl Clone for WinconBytes
source§fn clone(&self) -> WinconBytes
fn clone(&self) -> WinconBytes
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 WinconBytes
impl Debug for WinconBytes
source§impl Default for WinconBytes
impl Default for WinconBytes
source§fn default() -> WinconBytes
fn default() -> WinconBytes
Returns the “default value” for a type. Read more
source§impl PartialEq<WinconBytes> for WinconBytes
impl PartialEq<WinconBytes> for WinconBytes
source§fn eq(&self, other: &WinconBytes) -> bool
fn eq(&self, other: &WinconBytes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.