pub struct SideBandDemux {
pub data: Vec<u8>,
pub progress: Vec<Vec<u8>>,
}Fields§
§data: Vec<u8>§progress: Vec<Vec<u8>>Trait Implementations§
Source§impl Clone for SideBandDemux
impl Clone for SideBandDemux
Source§fn clone(&self) -> SideBandDemux
fn clone(&self) -> SideBandDemux
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 Debug for SideBandDemux
impl Debug for SideBandDemux
Source§impl Default for SideBandDemux
impl Default for SideBandDemux
Source§fn default() -> SideBandDemux
fn default() -> SideBandDemux
Returns the “default value” for a type. Read more
impl Eq for SideBandDemux
Source§impl PartialEq for SideBandDemux
impl PartialEq for SideBandDemux
Source§fn eq(&self, other: &SideBandDemux) -> bool
fn eq(&self, other: &SideBandDemux) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SideBandDemux
Auto Trait Implementations§
impl Freeze for SideBandDemux
impl RefUnwindSafe for SideBandDemux
impl Send for SideBandDemux
impl Sync for SideBandDemux
impl Unpin for SideBandDemux
impl UnsafeUnpin for SideBandDemux
impl UnwindSafe for SideBandDemux
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