pub struct DecodeProgress {
pub initialized: bool,
pub stream_info: Option<StreamInfo>,
}Fields§
§initialized: bool§stream_info: Option<StreamInfo>Trait Implementations§
Source§impl Clone for DecodeProgress
impl Clone for DecodeProgress
Source§fn clone(&self) -> DecodeProgress
fn clone(&self) -> DecodeProgress
Returns a duplicate 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 DecodeProgress
impl Debug for DecodeProgress
Source§impl PartialEq for DecodeProgress
impl PartialEq for DecodeProgress
impl Eq for DecodeProgress
impl StructuralPartialEq for DecodeProgress
Auto Trait Implementations§
impl Freeze for DecodeProgress
impl RefUnwindSafe for DecodeProgress
impl Send for DecodeProgress
impl Sync for DecodeProgress
impl Unpin for DecodeProgress
impl UnsafeUnpin for DecodeProgress
impl UnwindSafe for DecodeProgress
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