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 for WinconBytes
impl PartialEq 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 ==
.impl Eq for WinconBytes
impl StructuralEq for WinconBytes
impl StructuralPartialEq for WinconBytes
Auto Trait Implementations§
impl RefUnwindSafe for WinconBytes
impl Send for WinconBytes
impl Sync for WinconBytes
impl Unpin for WinconBytes
impl UnwindSafe for WinconBytes
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