#[repr(C)]pub struct ProtocolDecoder {
pub start: ProtocolDecoderStart,
pub feed: ProtocolDecoderFeed,
}
Fields§
§start: ProtocolDecoderStart
§feed: ProtocolDecoderFeed
Trait Implementations§
Source§impl Clone for ProtocolDecoder
impl Clone for ProtocolDecoder
Source§fn clone(&self) -> ProtocolDecoder
fn clone(&self) -> ProtocolDecoder
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 ProtocolDecoder
impl Debug for ProtocolDecoder
impl Copy for ProtocolDecoder
Auto Trait Implementations§
impl Freeze for ProtocolDecoder
impl RefUnwindSafe for ProtocolDecoder
impl Send for ProtocolDecoder
impl Sync for ProtocolDecoder
impl Unpin for ProtocolDecoder
impl UnwindSafe for ProtocolDecoder
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